/* ==================================================
   Local Fonts
   schwimm einfach Theme
================================================== */


/* ==================================================
   Playfair Display
================================================== */

@font-face {
    font-family: "Playfair Display";
    src: url("../../fonts/playfair-display/PlayfairDisplay-VariableFont_wght.woff2")
        format("woff2");
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../../fonts/playfair-display/PlayfairDisplay-Italic-VariableFont_wght.woff2")
        format("woff2");
    font-style: italic;
    font-weight: 400 900;
    font-display: swap;
}


/* ==================================================
   Raleway
================================================== */

@font-face {
    font-family: "Raleway";
    src: url("../../fonts/raleway/Raleway-VariableFont_wght.woff2")
        format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../../fonts/raleway/Raleway-Italic-VariableFont_wght.woff2")
        format("woff2");
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
}


/* ==================================================
   Roboto
================================================== */

@font-face {
    font-family: "Roboto";
    src: url("../../fonts/roboto/Roboto-VariableFont_wdth,wght.woff2")
        format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../../fonts/roboto/Roboto-Italic-VariableFont_wdth,wght.woff2")
        format("woff2");
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-display: swap;
}