You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
343 B
22 lines
343 B
1 month ago
|
|
||
|
* {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
body{
|
||
|
font-family: 'Atkinson Hyperlegible', sans-serif;
|
||
|
font-style: normal;
|
||
|
font-weight: 300;
|
||
|
font-smoothing: antialiased;
|
||
|
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
||
|
font-size: 1rem;
|
||
|
|
||
|
}
|
||
|
main {
|
||
|
background: var(--colour--main--background);
|
||
|
}
|
||
|
|