/* ═══════════════════════════════════════════════════
   REVOLUX — FONTES LOCAIS
   Condor (display/títulos) + Corbel (corpo/UI)
   Self-hosted: zero dependência de CDN externo
═══════════════════════════════════════════════════ */

/* ── CONDOR ── */
@font-face {
  font-family: 'Condor';
  src: url('../fonts/condor/Condor-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condor';
  src: url('../fonts/condor/Condor-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Condor';
  src: url('../fonts/condor/Condor-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condor';
  src: url('../fonts/condor/Condor-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Condor';
  src: url('../fonts/condor/Condor-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condor';
  src: url('../fonts/condor/Condor-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Condor';
  src: url('../fonts/condor/Condor-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condor';
  src: url('../fonts/condor/Condor-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Condor';
  src: url('../fonts/condor/Condor-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Condensed — para títulos de impacto / seções específicas */
@font-face {
  font-family: 'Condor Condensed';
  src: url('../fonts/condor/Condor-CondensedLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condor Condensed';
  src: url('../fonts/condor/Condor-CondensedMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Condor Condensed';
  src: url('../fonts/condor/Condor-CondensedBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── CORBEL ── */
@font-face {
  font-family: 'Corbel';
  src: url('../fonts/corbel/Corbel-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corbel';
  src: url('../fonts/corbel/Corbel-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corbel';
  src: url('../fonts/corbel/Corbel-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Corbel';
  src: url('../fonts/corbel/Corbel-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corbel';
  src: url('../fonts/corbel/Corbel-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
