@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    /* @apply tracking-tight; */
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif;

}

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

.club-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
}

.club-full-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 400 !important;
}