8 lines
189 B
CSS
8 lines
189 B
CSS
.material-symbols-outlined {
|
|
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
|
|
}
|
|
body {
|
|
font-family: 'Manrope', sans-serif;
|
|
min-height: max(884px, 100dvh);
|
|
}
|