/* =========================
   ROBOTO
========================= */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/roboto/roboto-v50-latin-100.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto/roboto-v50-latin-300.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/roboto/roboto-v50-latin-500.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto/roboto-v50-latin-700.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/roboto/roboto-v50-latin-900.woff2") format("woff2");
}
/* =========================
   POPPINS
========================= */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/poppins/poppins-v24-latin-100.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/poppins/poppins-v24-latin-300.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/poppins/poppins-v24-latin-500.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/poppins/poppins-v24-latin-600.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/poppins/poppins-v24-latin-700.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/poppins/poppins-v24-latin-800.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/poppins/poppins-v24-latin-900.woff2") format("woff2");
}
/* =========================
   BITTER
========================= */
@font-face {
    font-family: 'Bitter';
    src: url('../fonts/bitter/bitter-400.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Bitter';
    src: url('../fonts/bitter/bitter-600.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Bitter';
    src: url('../fonts/bitter/bitter-700.woff2') format('woff2');
    font-weight: 700;
}