/* latin */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 300; font-display: swap; src: url(../fonts/Lato-Regular.ttf); } /* latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-display: swap; src: url(../fonts/Montserrat-Bold.ttf); } @mixin body-font { font-family: "Lato", sans-serif; } @mixin title-font { font-family: "Montserrat", sans-serif; }