@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
    font-family: "Nunito", system-ui;
    font-weight: 100;
    font-style: normal;
    font-optical-sizing: auto;
}