24 lines
235 B
SCSS
24 lines
235 B
SCSS
// Fonts
|
|
// @import url("https://fonts.bunny.net/css?family=Nunito");
|
|
|
|
// Variables
|
|
@import "variables";
|
|
|
|
// Bootstrap
|
|
@import "bootstrap/scss/bootstrap";
|
|
|
|
.h1,
|
|
.h2,
|
|
.h3,
|
|
.h4,
|
|
.h5,
|
|
.h6,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-weight: 400;
|
|
}
|