/* Carback local font faces. Preserve accompanying OFL licences. */
@font-face {
  font-family: 'Inter';
  src: url('./inter.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('./inter-tight.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Serif Display';
  src: url('./dm-serif-display.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('./anton.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
