@import url('https://fonts.googleapis.com/css2?family=Bellota:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playpen+Sans:wght@100..800&display=swap');

.bellota-light {
    font-family: "Bellota", system-ui;
    font-weight: 300;
    font-style: normal;
}

.bellota-regular {
    font-family: "Bellota", system-ui;
    font-weight: 400;
    font-style: normal;
}

.bellota-bold {
    font-family: "Bellota", system-ui;
    font-weight: 700;
    font-style: normal;
}

.bellota-light-italic {
    font-family: "Bellota", system-ui;
    font-weight: 300;
    font-style: italic;
}

.bellota-regular-italic {
    font-family: "Bellota", system-ui;
    font-weight: 400;
    font-style: italic;
}

.bellota-bold-italic {
    font-family: "Bellota", system-ui;
    font-weight: 700;
    font-style: italic;
}


.noto-sans-regular {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.playpen-sans-regular {
    font-family: "Playpen Sans", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}