@font-face {
    font-family: "inter";
    src: url("../../fonts/inter-variable.ttf");
    font-weight: 100 900;
}

@font-face {
    font-family: "MerriweatherSans";
    src: url("../../fonts/MerriweatherSans-Variable.ttf");
    font-weight: 100 900;
}

.font-weight--300  {
    font-weight: 300;
}

.font-weight--400 {
    font-weight: 400;
}

.font-weight--450 {
    font-weight: 450;
}

.font-weight--550 {
    font-weight: 550;
}


.font-weight--600  {
    font-weight: 600;
}

.font-weight--700  {
    font-weight: 700;
}