/* Sora — fonte de display, self-hosted (mesmo padrão do Mena Grotesk em tokens.css) */
@font-face {
  font-family: 'Sora';
  src: url('./fonts/sora/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('./fonts/sora/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('./fonts/sora/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
