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