Sebastian Kippe c62ce00184
Add main navigation bar
Make donations and invitations accessible to everyone
2020-12-27 14:03:40 +01:00

24 lines
383 B
SCSS

@import "variables";
@font-face {
font-family: 'Raleway';
src: url('/fonts/raleway-light.woff') format('woff2');
font-weight: 300;
font-style: normal;
}
body {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-weight: 400;
color: $text-color-body;
}
h1, h2, h3 {
font-family: Raleway, inherit;
font-weight: 300;
}
h1 {
text-transform: uppercase;
}