/* =========================
   GRAPHIK FONT FAMILY
========================= */
/* Light */
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular-Trial.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Semibold */
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold-Trial.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic */
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-MediumItalic-Trial.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


/* =========================
   JUANA FONT FAMILY
========================= */

/* @font-face {
    font-family: 'Juana';
    src: url('../fonts/Juana-Regular.woff2') format('woff2');
    font-weight:500;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Juana';
    src: url('../fonts/Juana-ExtraLight.woff2') format('woff2');
    font-weight:300;
    font-style: normal;
    font-display: swap;
}