/** biome-ignore-all lint/a11y/useGenericFontNames: This file is for specific fonts. */

/* Cooper */
@import url('/fonts/cooper/cooper.css');

/* Font Awesome */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/fonts/font-awesome/fa-light-300.eot");
  src: url("/fonts/font-awesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-light-300.woff2") format("woff2"), url("../fonts/font-awesome/fa-light-300.woff") format("woff"), url("../fonts/font-awesome/fa-light-300.ttf") format("truetype"), url("../fonts/font-awesome/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/font-awesome/fa-regular-400.eot");
  src: url("/fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-regular-400.woff") format("woff"), url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fonts/font-awesome/fa-solid-900.eot");
  src: url("/fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.woff") format("woff"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }


/* ET Book */

/* TODO: Add local font references */
@font-face {
  font-family: 'et-book-bold-line-figures';
  font-style: normal;
  font-weight: 600 1000;
  src: url('/fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.eot') format('embedded-opentype'),
    url('/fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.svg') format('svg'),
    url('/fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.ttf') format('truetype'),
    url('/fonts/et-book/et-book-bold-line-figures/et-book-bold-line-figures.woff') format('woff');
}

@font-face {
  font-family: 'et-book-display-italic-old-style-figures';
  font-style: italic;
  font-weight: 800;
  src: url('/fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.eot') format('embedded-opentype'),
    url('/fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.svg') format('svg'),
    url('/fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.ttf') format('truetype'),
    url('/fonts/et-book/et-book-display-italic-old-style-figures/et-book-display-italic-old-style-figures.woff') format('woff');
}

@font-face {
  font-family: 'et-book-roman-line-figures';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.eot') format('embedded-opentype'),
    url('/fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.svg') format('svg'),
    url('/fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.ttf') format('truetype'),
    url('/fonts/et-book/et-book-roman-line-figures/et-book-roman-line-figures.woff') format('woff');
}

@font-face {
  font-family: 'et-book-roman-old-style-figures';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.eot') format('embedded-opentype'),
    url('/fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.svg') format('svg'),
    url('/fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.ttf') format('truetype'),
    url('/fonts/et-book/et-book-roman-old-style-figures/et-book-roman-old-style-figures.woff') format('woff');
}

@font-face {
  font-family: 'et-book-semi-bold-old-style-figures';
  font-style: normal;
  font-weight: 1 600;
  src: url('/fonts/et-book/et-book-semi-bold-old-style-figures/et-book-semi-bold-old-style-figures.eot') format('embedded-opentype'),
    url('/fonts/et-book/et-book-semi-bold-old-style-figures/et-book-semi-bold-old-style-figures.svg') format('svg'),
    url('/fonts/et-book/et-book-semi-bold-old-style-figures/et-book-semi-bold-old-style-figures.ttf') format('truetype'),
    url('/fonts/et-book/et-book-semi-bold-old-style-figures/et-book-semi-bold-old-style-figures.woff') format('woff');
}



/* Font Reset */

@layer reset {
    body {
      font-optical-sizing:auto;
      font-variant-ligatures:common-ligatures no-discretionary-ligatures no-historical-ligatures contextual;
      font-kerning:normal
    }
} 

