﻿/* Lushootseed font family using LushootseeSulad files in /wwwroot/fonts */

@font-face {
  font-family: 'Lushootseed';
  src: url('/fonts/LushootseeSulad.eot'); /* IE9 Compat Modes */
  src: url('/fonts/LushootseeSulad.eot?#iefix') format('embedded-opentype'), /* IE6–IE8 */
       url('/fonts/LushootseeSulad.otf') format('opentype'); /* Modern browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* If you have italic and bold variants, add them similarly. Example: */
@font-face {
  font-family: 'Lushootseed';
  src: url('/fonts/LushootseeSulad-Italic.eot');
  src: url('/fonts/LushootseeSulad-Italic.eot?#iefix') format('embedded-opentype'),
       url('/fonts/LushootseeSulad-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lushootseed';
  src: url('/fonts/LushootseeSulad-Bold.eot');
  src: url('/fonts/LushootseeSulad-Bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/LushootseeSulad-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lushootseed';
  src: url('/fonts/LushootseedSulad.woff') format('woff'); /* match your actual file */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


