@import url("./restora-fonts.css");
@import url("./restora-tokens.css");

:root {
    color-scheme: light;
}

* {
    box-sizing: border-box;
}

body {
    min-width: 20rem;
    margin: 0;
    font-family: var(--restora-font-body);
}
