/* NOTE - Using https://transfonter.org/ create font face stylesheet and copy into this file */

@font-face {
    font-family: 'Euclid Flex';
    src: url('../fonts/Euclid/EuclidFlex-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Flex';
    src: url('../fonts/Euclid/EuclidFlex-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Flex';
    src: url('../fonts/Euclid/EuclidFlex-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Flex';
    src: url('../fonts/Euclid/EuclidFlex-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

