12 lines
170 B
CSS
12 lines
170 B
CSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
* {
|
|
color: #ebdbb2;
|
|
font-family: 'Inter';
|
|
font-optical-sizing: auto;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|