frontend/app/assets/style.css
2026-02-05 19:42:00 +01:00

27 lines
545 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
* {
padding: 0;
margin: 0;
font-family: "Outfit", sans-serif;
font-optical-sizing: auto;
box-sizing: border-box;
text-decoration: none;
color: black;
}
html, body, #__nuxt {
height: 100vh;
width: 100vw;
}
html {
--tile-color: #eef6ff;
--primary-color: #3c74ff;
}
h3 {
font-weight: 550;
}