/* "Inter" weights: normal (400), "bold" (530 or 600, depending on variant) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Inter-400.woff2?v=4.0-beta9h') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 530;
  font-display: swap;
  src: url('./fonts/Inter-530.woff2?v=4.0-beta9h') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/Inter-600.woff2?v=4.0-beta9h') format('woff2');
}

/* "Inter Display" weights: medium (500) */
@font-face {
  font-family: 'Inter Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/InterDisplay-500.woff2?v=4.0-beta9h') format('woff2');
}

/* "P22 Mackinac Pro" weights: medium (500) */
@font-face {
  font-family: 'P22 Mackinac Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/P22MackinacPro-500.woff2?v=4.0-beta9h') format('woff2');
}
