Update team page

This commit is contained in:
rebuilt 2023-03-28 17:23:52 -07:00
parent 33d7a0fcbf
commit d0d59a7de2
17 changed files with 59 additions and 185 deletions

View file

@ -1,8 +1,17 @@
.nav, .nav-item, .dropdown-item {
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
.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;