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.
25 lines
378 B
25 lines
378 B
|
|
* {
|
|
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);
|
|
}
|
|
|
|
.InnerContent {
|
|
width: 80%;
|
|
}
|
|
|
|
|