@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    /* @apply tracking-tight; */
    font-weight: 600 !important;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    /* font-style: italic; */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 600 !important;
}

html,
body,
main {
    /* font-family: "Hanken Grotesk", sans-serif !important; */
}