2020-04-28 23:09:22 +02:00
|
|
|
---
|
|
|
|
---
|
2020-05-12 05:59:21 +02:00
|
|
|
$theme-colors: (
|
|
|
|
"primary": #FFD06F,
|
|
|
|
"secondary": #28323F
|
|
|
|
);
|
|
|
|
|
|
|
|
$body-color: #28323F;
|
2020-05-12 07:30:23 +02:00
|
|
|
$link-color: #C98806;
|
2020-05-12 05:59:21 +02:00
|
|
|
|
|
|
|
.container-fullwidth {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: Bagnard;
|
|
|
|
src: url("/assets/fonts/Bagnard.woff") format("woff"), url("/assets/fonts/Bagnard.ttf") format("truetype"), url("/assets/fonts/Bagnard.otf") format("opentype");
|
|
|
|
}
|
|
|
|
|
2020-05-12 07:30:23 +02:00
|
|
|
h1, h2, h3, h4 {
|
|
|
|
font-family: "Bagnard", serif;
|
2020-05-12 05:59:21 +02:00
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2020-04-28 23:09:22 +02:00
|
|
|
// import /_sass/bootstrap.scss
|
|
|
|
@import "bootstrap";
|