13 lines
129 B
CSS
13 lines
129 B
CSS
![]() |
html,
|
||
|
body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
font-family: 'Barlow', sans-serif;
|
||
|
color: #303845;
|
||
|
}
|
||
|
|
||
|
h1,
|
||
|
h2 {
|
||
|
font-weight: 500;
|
||
|
}
|