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