@font-face {
    font-family: 'AktivGrotesk';
    src: url('/fonts/AktivGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('/fonts/AktivGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-name: AktivGrotesk;
    --background-color: #EE2737;
    --background-inner-color: #FFFFFF;
    --color: #000000;
    --color-a: #000000;
    --color-a-alt: #3F2021;
    --company-main-color: #EE2737;
    --company-btn-color: #3F2021;
}
.img-footer {
    max-width: 180px;
}