/*
 * Icomoon icon font from the official MotorX/Next.js template (cars.orazen.online).
 * Only the specific glyph classes are registered — the generic [class^="icon-"]
 * rule is intentionally NOT copied so it never overrides the theme's
 * icon-carsora font.
 */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.woff') format('woff'),
       url('../fonts/icomoon/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-icomoon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Footer contact + social glyphs (used by the cars.orazen.online reference) */
.icon-Vector1:before { content: "\e970"; }
.icon-Group-1:before { content: "\e96b"; }
.icon-Group:before   { content: "\e96c"; }
.icon-6:before       { content: "\e967"; }
.icon-4:before       { content: "\e969"; }
.icon-5:before       { content: "\e968"; }
.icon-7:before       { content: "\e966"; }

/* Ensure these render with icomoon even inside .icon-carsora contexts */
#footer .icon-Vector1,
#footer .icon-Group-1,
#footer .icon-Group,
#footer .icon-6,
#footer .icon-4,
#footer .icon-5,
#footer .icon-7 {
  font-family: 'icomoon' !important;
  font-style: normal;
}
