@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; }