/*
* Theme Name: nebojteseinternetu.cz
* Description: Šablona Jak na Internet
* Version: 1.0 | 09/2016
*
* Author: Alix Guillard @ nic.cz
*
* fonts
* ==========================================================================================
*
*
* ==========================================================================================
*/

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-Regular.woff') format('woff'),
        url('../../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-Italic.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-Italic.woff') format('woff'),
        url('../../fonts/roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-Medium.woff') format('woff'),
        url('../../fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-MediumItalic.woff') format('woff'),
        url('../../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-Bold.woff') format('woff'),
        url('../../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-BoldItalic.woff') format('woff'),
        url('../../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-Black.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-Black.woff') format('woff'),
        url('../../fonts/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-BlackItalic.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-BlackItalic.woff') format('woff'),
        url('../../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: bolder;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-Light.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-Light.woff') format('woff'),
        url('../../fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src:
        url('../../fonts/roboto/Roboto-LightItalic.woff2') format('woff2'),
        url('../../fonts/roboto/Roboto-LightItalic.woff') format('woff'),
        url('../../fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: lighter;
    font-style: italic;
}
