6 lines
187 B
SCSS
6 lines
187 B
SCSS
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700&family=Montserrat:wght@100;300;400;500;600;700&display=swap");
|
|
|
|
:root {
|
|
color-scheme: dark;
|
|
}
|