/* Version: 1.0.1
Fahasa Child Theme - Font Family Utilities & @font-face */

/* ========== Nunito Sans (Google Font) ========== */
@font-face {
    font-family: "Nunito Sans";
    src: url("/wp-content/themes/fahasa-child/assets/fonts/Nunito-Sans/NunitoSans-Regular.ttf")
        format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Nunito Sans";
    src: url("/wp-content/themes/fahasa-child/assets/fonts/Nunito-Sans/NunitoSans-SemiBold.ttf")
        format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Nunito Sans";
    src: url("/wp-content/themes/fahasa-child/assets/fonts/Nunito-Sans/NunitoSans-Bold.ttf")
        format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Nunito Sans";
    src: url("/wp-content/themes/fahasa-child/assets/fonts/Nunito-Sans/NunitoSans-ExtraBold.ttf")
        format("truetype");
    font-weight: 900;
    font-style: normal;
}

/* ========== VNF-AbrilFatface (Local) ========== */
@font-face {
    font-family: 'VNF-AbrilFatface';
    src: url('/wp-content/themes/fahasa-child/assets/fonts/SVN-Abril-Fatface/SVN-Abril-Fatface.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ========== SVN-Gilroy (Local) ========== */
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/wp-content/themes/fahasa-child/assets/fonts/SVN-Gilroy/SVN-Gilroy-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/wp-content/themes/fahasa-child/assets/fonts/SVN-Gilroy/SVN-Gilroy-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/wp-content/themes/fahasa-child/assets/fonts/SVN-Gilroy/SVN-Gilroy-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/wp-content/themes/fahasa-child/assets/fonts/SVN-Gilroy/SVN-Gilroy-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/wp-content/themes/fahasa-child/assets/fonts/SVN-Gilroy/SVN-Gilroy-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('/wp-content/themes/fahasa-child/assets/fonts/SVN-Gilroy/SVN-Gilroy-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ========== Font-family Utility Classes ========== */
.font-playfair { font-family: 'Playfair Display SC', serif; }
.font-abril { font-family: 'Abril Fatface', serif; }
.font-vnf-abril { font-family: 'VNF-AbrilFatface', serif; }
.font-gilroy { font-family: 'SVN-Gilroy', sans-serif; }
