﻿@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'roustel';
    src: url('fonts/roustel.ttf') format('truetype');
}

* {
    font-family: "Jost", sans-serif;
    font-style: normal;
}

i {
    font-style: italic;
}

a {
    color: var(--primary);
}

    a:hover {
        color: var(--navy);
    }

html, body {
    font-size: 19px;
    letter-spacing: 0.5%;
}

.font-roustel {
    font-family: 'roustel';
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 5.84rem; /* 111 */
   letter-spacing: -1.5%
}

h2 {
    font-size: 3.68rem; /* 70 */
    letter-spacing: -0.5%;
}

h3 {
    font-size: 2.947rem; /* 56 */
    letter-spacing: 0;
}

h4 {
    font-size: 2.05rem; /* 39 */
    letter-spacing: 0.25%;
}

h5 {
    font-size: 1.47rem; /* 28 */
    letter-spacing: 0.25%;
}

h6 {
    font-size: 1.21rem; /*23*/
    letter-spacing: 0.15%;
}

@media only screen and (max-width: 768px) {
    html, body {
        font-size: 16px;
    }
}