Newer
Older
@import 'config/breakpoints';
@import 'config/colors';
@import 'config/typography';
@import 'config/layout';
// To customize bulma variables, we set them before importing bulma
// @import 'bulma/bulma.sass';
* {
margin: 0;
padding: 0;
box-sizing: border-box;
color: $text-grey;
}
.title {
color: $gold;
font-weight: 600;
font-size: 1.3rem;