/********************** Typo ************************* *
 *  1. Fonts
 *  2. General
 *  3. Headlines
 *  4. Content Elements
*****************************************************/

/********************* 1. Fonts *********************/

@font-face {
    font-family: 'Helixa';
    src: url('../../fonts/Helixa-Black.woff2') format('woff2'),
        url('../../fonts/Helixa-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helixa';
    src: url('../../fonts/Helixa-Bold.woff2') format('woff2'),
        url('../../fonts/Helixa-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/******************** 2. General ********************/



/******************** 3. Headline ********************/



/**************** 4. Content Elements ****************/