/*
 * open-sans
 */

/* open-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: url('../font/open-sans-v44-latin-regular.woff2') format('woff2');
}

/* open-sans-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: url('../font/open-sans-v44-latin-italic.woff2') format('woff2');
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: url('../font/open-sans-v44-latin-700.woff2') format('woff2');
}

/* open-sans-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: bold;
    src: url('../font/open-sans-v44-latin-700italic.woff2') format('woff2');
}

/*
 * roboto
 */

/* roboto-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: url('../font/roboto-v50-latin-regular.woff2') format('woff2');
}

/* roboto-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: normal;
    src: url('../font/roboto-v50-latin-italic.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: url('../font/roboto-v50-latin-700.woff2') format('woff2');
}

/* roboto-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: bold;
    src: url('../font/roboto-v50-latin-700italic.woff2') format('woff2');
}

/*
 * hack
 */

/* hack-regular */
@font-face {
    font-display: swap;
    font-family: 'Hack';
    font-style: normal;
    font-weight: normal;
    src: url('../font/hack-regular.woff2') format('woff2');
}

/* hack-italic */
@font-face {
    font-display: swap;
    font-family: 'Hack';
    font-style: italic;
    font-weight: normal;
    src: url('../font/hack-italic.woff2') format('woff2');
}

/* hack-bold */
@font-face {
    font-display: swap;
    font-family: 'Hack';
    font-style: normal;
    font-weight: bold;
    src: url('../font/hack-bold.woff2') format('woff2');
}

/* hack-bolditalic */
@font-face {
    font-display: swap;
    font-family: 'Hack';
    font-style: italic;
    font-weight: bold;
    src: url('../font/hack-bolditalic.woff2') format('woff2');
}
