@charset "UTF-8";

/* FONTS */
@font-face {
    font-family: "Black Label";
    src: url("font/BlackLabel-Light.woff2") format("woff2"),
        url("font/BlackLabel-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("font/Montserrat-ExtraBold.woff2") format("woff2"),
        url("font/Montserrat-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("font/NunitoSans-Regular.woff2") format("woff2"),
        url("font/NunitoSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("font/NunitoSans-SemiBold.woff2") format("woff2"),
        url("font/NunitoSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("font/NunitoSans-Bold.woff2") format("woff2"),
        url("font/NunitoSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("font/NunitoSans-ExtraBold.woff2") format("woff2"),
        url("font/NunitoSans-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("font/NunitoSans-Black.woff2") format("woff2"),
        url("font/NunitoSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* CLASSES */
.e_blacklab_l { font-family: "Black Label"; font-weight: 300; font-style: normal; }
.e_monts_eb { font-family: "Montserrat"; font-weight: bold; font-style: normal; }
.e_nunitos_r { font-family: "Nunito Sans"; font-weight: normal; font-style: normal; }
.e_nunitos_sb { font-family: "Nunito Sans"; font-weight: 600; font-style: normal; }
.e_nunitos_b { font-family: "Nunito Sans"; font-weight: bold; font-style: normal; }
.e_nunitos_eb { font-family: "Nunito Sans"; font-weight: bold; font-style: normal; }
.e_nunitos_bk { font-family: "Nunito Sans"; font-weight: 900; font-style: normal; }