mabel-hex/assets/main.css

22 lines
385 B
CSS
Raw Normal View History

2025-01-25 13:22:58 +01:00
@import url(https://rsms.me/inter/inter.css);
:root {
background-color: #F8F7FF;
color: rgb(23, 3, 21);
font-family: Inter, sans-serif;
/* fix for Chrome */
font-feature-settings: 'liga' 1, 'calt' 1;
}
@supports (font-variation-settings: normal) {
:root {
font-family: InterVariable, sans-serif;
}
}
html,
body {
padding: 0;
margin: 0;
}