2023-12-18 16:27:02 -05:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');
|
|
|
|
|
2023-11-21 13:15:16 -05:00
|
|
|
body {
|
2023-12-18 15:26:18 -05:00
|
|
|
margin: 20px;
|
2023-12-18 16:27:02 -05:00
|
|
|
font-family: 'Roboto Slab', serif;
|
|
|
|
font-size: 12px;
|
2023-11-21 13:15:16 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #009579;
|
2023-11-27 09:10:06 -05:00
|
|
|
}
|