/*
 * FCSG-Markenschriften fuer den Aktionaers-Portalbereich (Extform):
 * Season Mix SemiBold fuer Titel, Season Sans Regular fuer Lauftext.
 * Fallback Aptos, falls eine der beiden Schriften nicht dargestellt
 * werden kann, danach generisches sans-serif als letzte Absicherung.
 */

@font-face {
    font-family: "Season Mix SemiBold";
    src: url("../../fonts/SeasonMix-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Season Sans";
    src: url("../../fonts/SeasonSans-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Season Sans", "Aptos", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.card-title,
.brand-text,
.btn {
    font-family: "Season Mix SemiBold", "Aptos", sans-serif;
}
