/*
Theme Name:  FresherPro
Theme URI:   https://yoursite.com
Author:      FresherPro Team
Author URI:  https://yoursite.com
Description: A fully customizable WordPress WooCommerce theme for FresherPro — Resume Templates & Interview Guide for Freshers in India. Features dynamic color palette, Google Fonts, WooCommerce integration, and a high-converting landing page.
Version:     1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fresherpro
Tags:        e-commerce, woocommerce, one-column, two-columns, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
WC requires at least: 7.0
WC tested up to: 8.5
*/

/* ============================================================
   BASE RESET — full stylesheet lives in assets/css/main.css
   ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--fp-font-body, 'DM Sans', sans-serif);
    background: var(--fp-bg-color, #FFFFFF);
    color: var(--fp-text-color, #111827);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--fp-primary, #4F46E5);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Screen-reader only utility */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
