/* Die Icon-Felder der Inhaltselemente speichern ein FontAwesome-Zeichen als
   HTML-Entity, die Schriftart kommt über die Klasse font__fas/far/fal/fat/fab.
   Die Klassen selbst definiert gkmb_base, die dort erwarteten Schriftfamilien
   werden hier vom GKMB-CDN geladen. */

@font-face {
    font-display: block;
    font-family: 'FaSolid';
    font-style: normal;
    font-weight: 900;
    src: url('https://www.gkmb-cdn.de/Fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'FaRegular';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.gkmb-cdn.de/Fonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'FaLight';
    font-style: normal;
    font-weight: 300;
    src: url('https://www.gkmb-cdn.de/Fonts/fa-light-300.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'FaThin';
    font-style: normal;
    font-weight: 100;
    src: url('https://www.gkmb-cdn.de/Fonts/fa-thin-100.woff2') format('woff2');
}

@font-face {
    font-display: block;
    font-family: 'FaBrands';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.gkmb-cdn.de/Fonts/fa-brands-400.woff2') format('woff2');
}
