@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-weight: 200;
    font-family: "Alan Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    font-weight: 200;
    /* Ensure body inherits the new weight */
    font-family: "Alan Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}