/*
Theme Name: Iniya Child
Theme URI: http://example.com/my-child-theme/
Description: A child theme for the parent theme.
Author: Your Name
Author URI: http://example.com
Template: iniya
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-child-theme
*/

/* --- Custom Font: Mitga --- */

/* --- Custom Font: Mitga & Exquise (Corrected Paths) --- */

/* Mitga Light */
@font-face {
    font-family: 'Mitga Light';
    src: url('/boutique/wp-content/fonts/Light/bwmitga-light-webfont.woff2') format('woff2'),
         url('/boutique/wp-content/fonts/Light/bwmitga-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Mitga Regular */
@font-face {
    font-family: 'Mitga Regular';
    src: url('/boutique/wp-content/fonts/Regular/bwmitga-regular-webfont.woff2') format('woff2'),
         url('/boutique/wp-content/fonts/Regular/bwmitga-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Mitga Bold */
@font-face {
    font-family: 'Mitga Bold';
    src: url('/boutique/wp-content/fonts/Bold/bwmitga-bold-webfont.woff2') format('woff2'),
         url('/boutique/wp-content/fonts/Bold/bwmitga-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Mitga Black */
@font-face {
    font-family: 'Mitga Black';
    src: url('/boutique/wp-content/fonts/Black/bwmitga-black-webfont.woff2') format('woff2'),
         url('/boutique/wp-content/fonts/Black/bwmitga-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Exquise Italic */
@font-face {
    font-family: 'Exquise Italic';
    src: url('/boutique/wp-content/fonts/Italic/ExquiseFY-Italic.woff2') format('woff2'),
         url('/boutique/wp-content/fonts/Italic/ExquiseFY-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.font-bold { font-family:'Mitga Bold', sans-serif !important; font-weight: 700 !important;}