/* ============================================================== 
   CRIS ANDRADE - CUSTOM TYPOGRAPHY SUITE (WOFF2)
   ============================================================== */

@font-face {
  font-family: 'FordAntenna';
  src: url('FordAntenna-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('FordAntenna-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('FordAntenna-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('FordAntenna-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FordAntenna';
  src: url('FordAntenna-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ragna';
  src: url('Ragna.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --ca-font-main: 'FordAntenna', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --ca-font-title: 'FordAntenna', -apple-system, sans-serif;
}

/* PROTEÇÃO DE ÍCONES (MATERIAL SYMBOLS, EICONS, FONTAWESOME) */
span.material-symbols-outlined,
span.material-symbols-sharp,
span.material-symbols-rounded,
span.material-icons,
.material-symbols-outlined,
.material-symbols-sharp,
.material-symbols-rounded,
.material-icons,
[class*="material-symbols"],
[class*="material-icons"] {
  font-family: 'Material Symbols Outlined', 'Material Icons' !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  display: inline-block !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  direction: ltr !important;
  -webkit-font-smoothing: antialiased !important;
}

i.eicon,
i[class*="eicon-"],
[class*="eicon-"],
.elementor-icon i {
  font-family: 'eicons' !important;
}

i[class*="fa-"],
[class*="fa-"],
.fas, .far, .fab, .fal, .fad {
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'Font Awesome 6 Free', 'FontAwesome' !important;
}
