@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Gotham', sans-serif !important;
}

p,span,
ul li,
ol li {
    font-family: 'Gotham', sans-serif !important;
    font-weight: 300;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Exo', sans-serif !important;
}
