/* ═══════════════════════════════════════════════════════════
   GreenVolt Dashboard Comercial — Fonte da marca (Concord)
═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Concord';
  src: url('../assets/fonts/Concord-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Concord';
  src: url('../assets/fonts/Concord-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Concord';
  src: url('../assets/fonts/Concord-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Concord';
  src: url('../assets/fonts/Concord-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Concord';
  src: url('../assets/fonts/Concord-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Concord';
  src: url('../assets/fonts/Concord-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Concord';
  src: url('../assets/fonts/Concord-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
