@charset "UTF-8";

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

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

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

[class*='_icon-'] {
  font-family: icons !important;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --_icon-arrow: '\ea01';
  --_icon-chevron: '\ea02';
  --_icon-chevrons: '\ea03';
  --_icon-close: '\ea04';
}

._icon-arrow::before {
  content: var(--_icon-arrow);
}

._icon-chevron::before {
  content: var(--_icon-chevron);
}

._icon-chevrons::before {
  content: var(--_icon-chevrons);
}

._icon-close::before {
  content: var(--_icon-close);
}
