@font-face {
    font-family: "Dolce Vita";
    src: url('');
}

@font-face {
    font-family: "Dolce Vita";
    font-style: italic;
    src: url('../fonts/Dolce Vita.ttf');
}

@font-face {
    font-family: "Dolce Vita";
    font-weight: bold;
    src: url('../fonts/Dolce Vita Heavy Bold.ttf');
}

body {
    font-family: "Dolce Vita", Helvetica, Arial, sans-serif;
    background-color: whitesmoke;
}