html * {
    font-family: Inter;
}

h1 {
    font-weight: 400;
    margin: 0;
    font-size: clamp(1.6rem, -0.875rem + 6.333vh, 2.2rem);
    text-align: left;
}

h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: clamp(1.4rem, -0.875rem + 4.333vh, 1.8rem);
}


h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: clamp(1.4rem, -0.875rem + 4.333vh, 1.8rem);
}

p {
    font-size: clamp(1.2rem, -0.875rem + 4.333vh, 1.6rem);
}


.collab {
    font-size: 30px;
    font-weight: 400;
    padding: 50px 0px;
    font-style: italic;
}

.fancylink {
    color: white;
    display: inline-block;
    text-decoration: none;
    background-color: black;
    padding: 0px 5px;
    margin: 5px 0px;
}

.fancylink:hover {
    background-color: rgba(0, 0, 0, 0.2)
}

.fancy-subscribe {
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 0px 5px;
    margin: 5px 0px;
}

.fancy-subscribe:hover {
}

.navlink {
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: 500;
    color: black;
    text-decoration: none;
}

.langlink {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 300;
    color: #4164aa;
    text-decoration: none;
}


.news-articles h2 {
    font-weight: 400;
}


.fontsmall p {
    font-size: clamp(1.2rem, -0.875rem + 4.333vh, 1.6rem);
}

li {
    font-size: inherit;
}

figcaption p  {
    font-size: 1em;
}

figcaption h2 {
    font-size: 1.1em;
    font-weight: 500;
}

.fancyheader {

}

.normaltype {
    font-size: inherit;

}