@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Spectral+SC:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html, body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3 {
    font-family: "Spectral SC", serif;
    font-weight: 600;
    font-style: normal;
}

.spectral-sc-extralight {
    font-family: "Spectral SC", serif;
    font-weight: 200;
    font-style: normal;
}

.spectral-sc-light {
    font-family: "Spectral SC", serif;
    font-weight: 300;
    font-style: normal;
}

.spectral-sc-regular {
    font-family: "Spectral SC", serif;
    font-weight: 400;
    font-style: normal;
}

.spectral-sc-medium {
    font-family: "Spectral SC", serif;
    font-weight: 500;
    font-style: normal;
}

.spectral-sc-semibold {
    font-family: "Spectral SC", serif;
    font-weight: 600;
    font-style: normal;
}

.spectral-sc-bold {
    font-family: "Spectral SC", serif;
    font-weight: 700;
    font-style: normal;
}

.spectral-sc-extrabold {
    font-family: "Spectral SC", serif;
    font-weight: 800;
    font-style: normal;
}

.spectral-sc-extralight-italic {
    font-family: "Spectral SC", serif;
    font-weight: 200;
    font-style: italic;
}

.spectral-sc-light-italic {
    font-family: "Spectral SC", serif;
    font-weight: 300;
    font-style: italic;
}

.spectral-sc-regular-italic {
    font-family: "Spectral SC", serif;
    font-weight: 400;
    font-style: italic;
}

.spectral-sc-medium-italic {
    font-family: "Spectral SC", serif;
    font-weight: 500;
    font-style: italic;
}

.spectral-sc-semibold-italic {
    font-family: "Spectral SC", serif;
    font-weight: 600;
    font-style: italic;
}

.spectral-sc-bold-italic {
    font-family: "Spectral SC", serif;
    font-weight: 700;
    font-style: italic;
}

.spectral-sc-extrabold-italic {
    font-family: "Spectral SC", serif;
    font-weight: 800;
    font-style: italic;
}

.montserrat-replaceme {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
 }