@font-face {
    font-family: 'Dolce Vita';
    src: url('./fonts/DolceVitaHeavy-Bold.eot');
    src: url('./fonts/DolceVitaHeavy-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/DolceVitaHeavy-Bold.woff2') format('woff2'),
    url('./fonts/DolceVitaHeavy-Bold.woff') format('woff'),
    url('./fonts/DolceVitaHeavy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dolce Vita';
    src: url('./fonts/DolceVitaLight.eot');
    src: url('./fonts/DolceVitaLight.eot?#iefix') format('embedded-opentype'),
    url('./fonts/DolceVitaLight.woff2') format('woff2'),
    url('./fonts/DolceVitaLight.woff') format('woff'),
    url('./fonts/DolceVitaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

