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