/* !Fonts (Author: mail@jandousek.cz) */

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/subset-ClearSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/subset-ClearSans-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/subset-ClearSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/subset-ClearSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/subset-ClearSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/subset-ClearSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/subset-ClearSans-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/subset-ClearSans-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

*/