/* ==========================================================
   SEPTIMIA fonts.css v0.1
   Lokálně hostované fonty Frameworku
   ========================================================== */

/* Roboto */

@font-face {
    font-family: "Roboto";
    src: url("../libs/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../libs/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../libs/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../libs/fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Merriweather */

@font-face {
    font-family: "Merriweather";
    src: url("../libs/fonts/Merriweather/Merriweather_120pt-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Merriweather";
    src: url("../libs/fonts/Merriweather/Merriweather_120pt-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Merriweather";
    src: url("../libs/fonts/Merriweather/Merriweather_120pt-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Merriweather";
    src: url("../libs/fonts/Merriweather/Merriweather_120pt-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Roboto Slab */

@font-face {
    font-family: "Roboto Slab";
    src: url("../libs/fonts/Roboto_Slab/RobotoSlab-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../libs/fonts/Roboto_Slab/RobotoSlab-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../libs/fonts/Roboto_Slab/RobotoSlab-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../libs/fonts/Roboto_Slab/RobotoSlab-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Source Serif 4 */

@font-face {
    font-family: "Source Serif 4";
    src: url("../libs/fonts/Source_Serif_4/SourceSerif4-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Serif 4";
    src: url("../libs/fonts/Source_Serif_4/SourceSerif4-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Serif 4";
    src: url("../libs/fonts/Source_Serif_4/SourceSerif4-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Serif 4";
    src: url("../libs/fonts/Source_Serif_4/SourceSerif4-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Arvo */

@font-face {
    font-family: "Arvo";
    src: url("../libs/fonts/Arvo/Arvo-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Arvo";
    src: url("../libs/fonts/Arvo/Arvo-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Arvo";
    src: url("../libs/fonts/Arvo/Arvo-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Arvo";
    src: url("../libs/fonts/Arvo/Arvo-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Zilla Slab */

@font-face {
    font-family: "Zilla Slab";
    src: url("../libs/fonts/Zilla_Slab/ZillaSlab-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Zilla Slab";
    src: url("../libs/fonts/Zilla_Slab/ZillaSlab-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Zilla Slab";
    src: url("../libs/fonts/Zilla_Slab/ZillaSlab-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}