/* Split Screen — local typefaces only, nothing fetched from a third party */

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../cabinet/letter/rubik-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('../cabinet/letter/sourceserif4-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url('../cabinet/letter/sourceserif4-italic.woff2') format('woff2');
}
