/*
https://transfonter.org/
https://kulturbanause.de/blog/webfonts-mit-der-css-regel-font-face-einbetten/
*/

@font-face {
    font-family: 'Bitter';
    src: url('../webfonts/Bitter-Medium.eot');
    src: url('../webfonts/Bitter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Bitter-Medium.woff2') format('woff2'),
        url('../webfonts/Bitter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bitter';
    src: url('../webfonts/Bitter-Regular.eot');
    src: url('../webfonts/Bitter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Bitter-Regular.woff2') format('woff2'),
        url('../webfonts/Bitter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../webfonts/BarlowCondensed-Medium.eot');
    src: url('../webfonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BarlowCondensed-Medium.woff2') format('woff2'),
        url('../webfonts/BarlowCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../webfonts/BarlowCondensed-SemiBold.eot');
    src: url('../webfonts/BarlowCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/BarlowCondensed-SemiBold.woff2') format('woff2'),
        url('../webfonts/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


