@import '../styles/colors.scss'; @import '../styles/sizes.scss'; .main { padding: $header-height 0 0 0; flex-grow: 1; } @font-face { font-family: 'Avenir'; font-weight: normal; src: local('Avenir'), url(../assets/avenir-font/AvenirLTStd-Roman.otf) format('opentype'); } @font-face { font-family: 'Avenir'; font-weight: bold; src: local('Avenir'), url(../assets/avenir-font/AvenirLTStd-Black.otf) format('opentype'); } @font-face { font-family: 'Avenir'; font-weight: lighter; src: local('Avenir'), url(../assets/avenir-font/AvenirLTStd-Book.otf) format('opentype'); }