/* ===========================
   LATO FONT
   =========================== */

/* Lato 400 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/lato-latin-400-normal.woff2') format('woff2'),
    url('/fonts/lato-latin-400-normal.woff') format('woff');
    font-display: swap;

}
/* Lato 400 - latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/lato-latin-ext-400-normal.woff2') format('woff2'),
    url('/fonts/lato-latin-ext-400-normal.woff') format('woff');
    font-display: swap;

}

/* Lato 700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/lato-latin-700-normal.woff2') format('woff2'),
    url('/fonts/lato-latin-700-normal.woff') format('woff');
    font-display: swap;

}
/* Lato 700 - latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/lato-latin-ext-700-normal.woff2') format('woff2'),
    url('/fonts/lato-latin-ext-700-normal.woff') format('woff');
    font-display: swap;

}

/* Lato 900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/lato-latin-900-normal.woff2') format('woff2'),
    url('/fonts/lato-latin-900-normal.woff') format('woff');
    font-display: swap;

}
/* Lato 900 - latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/lato-latin-ext-900-normal.woff2') format('woff2'),
    url('/fonts/lato-latin-ext-900-normal.woff') format('woff');
    font-display: swap;

}


/* ===========================
   QUICKSAND FONT
   =========================== */

/* Quicksand 400 - latin */
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/quicksand-latin-400-normal.woff2') format('woff2'),
    url('/fonts/quicksand-latin-400-normal.woff') format('woff');
    font-display: swap;

}
/* Quicksand 400 - latin-ext */
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/quicksand-latin-ext-400-normal.woff2') format('woff2'),
    url('/fonts/quicksand-latin-ext-400-normal.woff') format('woff');
    font-display: swap;

}

/* Quicksand 500 - latin */
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/quicksand-latin-500-normal.woff2') format('woff2'),
    url('/fonts/quicksand-latin-500-normal.woff') format('woff');
    font-display: swap;

}
/* Quicksand 500 - latin-ext */
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/quicksand-latin-ext-500-normal.woff2') format('woff2'),
    url('/fonts/quicksand-latin-ext-500-normal.woff') format('woff');
    font-display: swap;

}

/* Quicksand 600 - latin */
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/quicksand-latin-600-normal.woff2') format('woff2'),
    url('/fonts/quicksand-latin-600-normal.woff') format('woff');
    font-display: swap;
}
/* Quicksand 600 - latin-ext */
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/quicksand-latin-ext-600-normal.woff2') format('woff2'),
    url('/fonts/quicksand-latin-ext-600-normal.woff') format('woff');
    font-display: swap;
}

/* Quicksand 700 - latin */
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/quicksand-latin-700-normal.woff2') format('woff2'),
    url('/fonts/quicksand-latin-700-normal.woff') format('woff');
    font-display: swap;
}
/* Quicksand 700 - latin-ext */
@font-face {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/quicksand-latin-ext-700-normal.woff2') format('woff2'),
    url('/fonts/quicksand-latin-ext-700-normal.woff') format('woff');
    font-display: swap;
}
