/* Poppins */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Courgette */
@font-face {
    font-family: 'Courgette';
    src: url('../fonts/courgette/courgette-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* DM Sans */
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/dm-sans/dm-sans-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Font Awesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome/fontawesome-webfont.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Themify (already in CSS; ensure file exists) */
@font-face {
    font-family: 'themify';
    src: url('../fonts/themify/themify.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Feather (already in CSS; ensure file exists) */
@font-face {
    font-family: 'feather';
    src: url('../fonts/feather/feather.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Fallbacks */
body { font-family: 'Poppins', sans-serif; }
.websiteunder999-text-effect-txt, .pricing-section .offer-price, .contact-left h3, .contact-right h3 { font-family: 'Montserrat', sans-serif; }
.go-live-text { font-family: 'Courgette', sans-serif; }
.faq-answer p, .contact-left p, .contact-right p { font-family: 'DM Sans', sans-serif; }
.fa { font-family: 'FontAwesome', sans-serif; }