﻿/* titulka */

@font-face {
    font-family: 'Keep Calm';
    src: url(/fonts/keepcalm-medium.woff2) format('woff2'), url(/fonts/keepcalm-medium.woff) format('woff');
    font-display: swap;
}

/*
    Nadpis
    https://github.com/IBM/plex/tree/master/packages/plex-sans-condensed/fonts/complete/woff2
*/

@font-face {
    font-family: 'IBM Plex Sans Condensed';
    font-weight: 300;
    src: url(/fonts/IBMPlexSansCondensed-Light.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans Condensed';
    font-weight: 600;
    src: url(/fonts/IBMPlexSansCondensed-SemiBold.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans Condensed';
    font-weight: 700;
    src: url(/fonts/IBMPlexSansCondensed-Bold.woff2) format('woff2');
    font-display: swap;
}

/* 
    Perex v gridu
    https://github.com/adobe-fonts/source-sans/tree/release/WOFF2/OTF
*/

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    src: url(/fonts/SourceSans3-Regular.otf.woff2) format('woff2'), url(/fonts/SourceSans3-Regular.otf.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    src: url(/fonts/SourceSans3-It.otf.woff2) format('woff2'), url(/fonts/SourceSans3-It.otf.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-weight: 500;
    src: url(/fonts/SourceSans3-SemiBold.otf.woff2) format('woff2'), url(/fonts/SourceSans3-SemiBold.otf.woff) format('woff');
    font-display: swap;
}

/*
    Kapitálka perexu
    https://github.com/IBM/plex/tree/master/packages/plex-serif/fonts/complete/woff2
*/

@font-face {
    font-family: 'IBM Plex Serif';
    font-weight: 500;
    src: url(/fonts/IBMPlexSerif-Medium.woff2) format('woff2');
    font-display: swap;
}

/*
    Běžný odstavec článku
    https://github.com/adobe-fonts/source-serif/tree/release/WOFF2/VAR
*/

@font-face {
    font-display: swap;
    font-family: 'Source Serif';
    font-style: normal;
    font-weight: 200 900;
    src: url(/fonts/SourceSerif4Variable-Roman.otf.woff2) format('woff2-variations')
}

@font-face {
    font-display: swap;
    font-family: 'Source Serif';
    font-style: italic;
    font-weight: 200 900;
    src: url(/fonts/SourceSerif4Variable-Italic.otf.woff2) format('woff2-variations')
}

/* 
    Zdrojové kódy
    https://github.com/adobe-fonts/source-code-pro/tree/release/WOFF2/VF
*/

@font-face {
    font-display: swap;
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 200 900;
    src: url(/fonts/SourceCodeVF-Upright.otf.woff2) format('woff2-variations')
}

/* 
    Běžný text (kromě kapitoly článku)
    https://github.com/IBM/plex/tree/master/packages/plex-sans-variable/fonts/complete/woff2
*/

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans';
    font-stretch: 75% 100%;
    font-style: normal;
    font-weight: 100 700;
    src: url(/fonts/IBMPlexSansVar-Roman.woff2) format('woff2-variations')
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans';
    font-stretch: 75% 100%;
    font-style: italic;
    font-weight: 100 700;
    src: url(/fonts/IBMPlexSansVar-Italic.woff2) format('woff2-variations')
}

/* kupte mi kafe */

@font-face {
    font-family: 'Cookie';
    src: url(/fonts/cookie-v11-latin-regular.woff2) format('woff2'), url(/fonts/cookie-v11-latin-regular.woff) format('woff');
    font-display: swap;
}

/* ikony */

@font-face {
  font-family: 'Social Icons';
  src: url(/fonts/socicon.woff) format('woff');
  font-display: swap;
}

/* chybová stránka */

@font-face {
    font-family: Interstate;
    src: url(/fonts/interstate-boldcondensed.woff) format('woff');
    font-display: block;
}