/* === Montserrat Font Family === */
/* Regular, Medium, and Bold weights for headings and UI elements */
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.47dd96f1eb15.woff2") format('woff2'),
         url("../fonts/Montserrat-Regular.2173fd90f7d7.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Medium.5f74d5de4be5.woff2") format('woff2'),
         url("../fonts/Montserrat-Medium.ff9d9e6dcd07.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Bold.f84959af8ef6.woff2") format('woff2'),
         url("../fonts/Montserrat-Bold.e7b583892347.woff") format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* === Nunito Sans Font Family === */
/* Regular and Bold weights for body text and general UI */
@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Regular.58f51100b770.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url("../fonts/NunitoSans-Bold.6ac43778c4bd.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* === Poppins Font Family === */
/* Regular, Medium, and Bold weights for headings and accents */
@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Regular.bebb23ead35b.woff2") format('woff2'),
         url("../fonts/Poppins-Regular.cccb753af11e.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Medium.d319a98a33d7.woff2") format('woff2'),
         url("../fonts/Poppins-Medium.e54c6e9246e4.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins-Bold.e4c7b713e4aa.woff2") format('woff2'),
         url("../fonts/Poppins-Bold.9c52aa7fdd59.woff") format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

 