2024-02-28 16:49:44 +00:00
|
|
|
@import '../colors.scss';
|
2024-07-25 13:05:47 +00:00
|
|
|
@import '../sizes.scss';
|
|
|
|
|
|
|
|
.main {
|
|
|
|
padding: $header-height 0 0 0;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2024-02-28 16:49:44 +00:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Avenir';
|
|
|
|
font-weight: normal;
|
2024-07-25 13:05:47 +00:00
|
|
|
src:
|
|
|
|
local('Avenir'),
|
2024-02-28 16:49:44 +00:00
|
|
|
url(../assets/avenir-font/AvenirLTStd-Roman.otf) format('opentype');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Avenir';
|
|
|
|
font-weight: bold;
|
2024-07-25 13:05:47 +00:00
|
|
|
src:
|
|
|
|
local('Avenir'),
|
2024-02-28 16:49:44 +00:00
|
|
|
url(../assets/avenir-font/AvenirLTStd-Black.otf) format('opentype');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Avenir';
|
|
|
|
font-weight: lighter;
|
2024-07-25 13:05:47 +00:00
|
|
|
src:
|
|
|
|
local('Avenir'),
|
2024-02-28 16:49:44 +00:00
|
|
|
url(../assets/avenir-font/AvenirLTStd-Book.otf) format('opentype');
|
|
|
|
}
|