/* ============================
   Open Sans (verschiedene Stile)
   ============================ */

/* Regular */
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/OpenSans-Regular.ttf") format("truetype");
}

/* Light */
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("assets/fonts/OpenSans-Light.ttf") format("truetype");
}

/* SemiBold */
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("assets/fonts/OpenSans-SemiBold.ttf") format("truetype");
}

/* Bold */
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/OpenSans-Bold.ttf") format("truetype");
}

/* ExtraBold */
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("assets/fonts/OpenSans-ExtraBold.ttf") format("truetype");
}


/* ============================
   Sansation – zweite Schriftfamilie
   ============================ */

/* Regular */
@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/Sansation_Regular.ttf") format("truetype");
}

/* Light */
@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("assets/fonts/Sansation_Light.ttf") format("truetype");
}

/* Bold */
@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/Sansation_Bold.ttf") format("truetype");
}


/* ============================
   Hearthway – Einzelschrift
   ============================ */

@font-face {
    font-family: "Hearthway";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/Hearthway.ttf") format("truetype");
}
