@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../Fonts/AvenirNextLTPro-It.woff2') format('woff2'), url('../Fonts/AvenirNextLTPro-It.woff') format('woff'), url('../Fonts/AvenirNextLTPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../Fonts/AvenirNextLTPro-Bold.woff2') format('woff2'), url('../Fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('../Fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../Fonts/AvenirNextLTPro-Regular.woff2') format('woff2'), url('../Fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../Fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Light';
    src: local('Avenir Next Light'), local('Avenir-Next-Light'), url('../Fonts/AvenirNextCyr-Light.woff2') format('woff2'), url('../Fonts/AvenirNextCyr-Light.woff') format('woff'), url('../Fonts/AvenirNextCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    background-color: #120B05;
}

p, div {
    font-family: 'Avenir Next Light';
    font-weight: normal;
    font-style: normal;
}

a:link, a:visited {
    font-family: 'Avenir Next Light';
    font-weight: normal;
    font-style: normal;
    color: black;
}

#spanFunds {    
    font-size: 9vh;
    color: white;
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    #spanFunds {
        font-size: 25px;
    }
}

