/* ================== OPEN SANS ================== */
@font-face {
    font-family: 'Open Sans';
    src: url('opensans.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* ================== RALEWAY ================== */
@font-face {
    font-family: 'Raleway';
    src: url('raleway.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* ================== POPPINS ================== */
@font-face {
    font-family: 'Poppins';
    src: url('poppins.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}