You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
569 B
31 lines
569 B
.bold {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.spartan {
|
|
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
@extend .bold;
|
|
}
|
|
|
|
.nav, .nav-item, .dropdown-item {
|
|
@extend .spartan;
|
|
}
|
|
|
|
|
|
.hero-text {
|
|
font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
font-weight: 500;
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.footer {
|
|
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
font-weight: 700;
|
|
line-height: 0.2em;
|
|
}
|
|
|
|
body {
|
|
font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
font-size: 1.2em;
|
|
}
|