
/* Static Montserrat Styles */
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.ttf") format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Medium.ttf") format('truetype');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Bold.ttf") format('truetype');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Italic.ttf") format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: italic;
}

/* Add more static styles as needed */


/* Static Quicksand Styles */
@font-face {
    font-family: 'Quicksand';
    src: url("../fonts/Quicksand-Light.ttf") format('truetype');
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url("../fonts/Quicksand-Regular.ttf") format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url("../fonts/Quicksand-Medium.ttf") format('truetype');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url("../fonts/Quicksand-SemiBold.ttf") format('truetype');
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand';
    src: url("../fonts/Quicksand-Bold.ttf") format('truetype');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

/* Add more static styles as needed */

/* Static Nunito Styles */
@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-Light.ttf") format('truetype');
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-Regular.ttf") format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-Medium.ttf") format('truetype');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-SemiBold.ttf") format('truetype');
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-Bold.ttf") format('truetype');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}



/* Static DmSand Styles */
@font-face {
    font-family: 'DMSans';
    src: url("../fonts/DMSans-Light.ttf") format('truetype');
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url("../fonts/DMSans-Regular.ttf") format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url("../fonts/DMSans-Medium.ttf") format('truetype');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url("../fonts/DMSans-SemiBold.ttf") format('truetype');
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url("../fonts/DMSans-Bold.ttf") format('truetype');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'DMSans';
    src: url("../fonts/DMSans-ExtraBold.ttf") format('truetype');
    font-display: swap;
    font-weight: 800;
    font-style: normal;
}
