body {
    font-family: 'Roboto', 'Arial', 'sans-serif';
}

h1,h2,h3,h4,h5,h5 {
    font-family: 'Oswald', 'Roboto', 'Arial', 'sans-serif';
}

h1,h2{
    text-transform: uppercase;
}

h1 {
    color: var(--primary);
}