website/site/css/style.css
2026-02-08 22:31:05 +01:00

12 lines
264 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {
margin: 0;
padding: 0;
background-color: #F4D793;
font-family: 'Roboto', sans-serif;
color: #3D2914;
font-weight: 500;
font-size: 20px;
}