/* Self-hosted web fonts (replaces the Google Fonts CDN link).
   Files live in ../fonts and cover the latin subset (incl. äöüß). */

@font-face { font-family: 'Oswald';    font-style: normal; font-weight: 400; font-display: swap;
             src: url(../fonts/oswald-400.woff2) format('woff2'); }
@font-face { font-family: 'Oswald';    font-style: normal; font-weight: 500; font-display: swap;
             src: url(../fonts/oswald-500.woff2) format('woff2'); }

@font-face { font-family: 'Rambla';    font-style: normal; font-weight: 400; font-display: swap;
             src: url(../fonts/rambla-400.woff2) format('woff2'); }
@font-face { font-family: 'Rambla';    font-style: normal; font-weight: 700; font-display: swap;
             src: url(../fonts/rambla-700.woff2) format('woff2'); }

@font-face { font-family: 'Monda';     font-style: normal; font-weight: 400; font-display: swap;
             src: url(../fonts/monda-400.woff2) format('woff2'); }
@font-face { font-family: 'Monda';     font-style: normal; font-weight: 700; font-display: swap;
             src: url(../fonts/monda-700.woff2) format('woff2'); }

@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; font-display: swap;
             src: url(../fonts/opensans-300.woff2) format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap;
             src: url(../fonts/opensans-400.woff2) format('woff2'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-display: swap;
             src: url(../fonts/opensans-700.woff2) format('woff2'); }
