﻿/* Lushootseed font family using LushootseeSulad files in /wwwroot/fonts */

@font-face {
    font-family: 'Lushootseed';
    src: url('/fonts/LushootseedSulad.eot'); /* IE9 Compat Modes */
    src: url('/fonts/LushootseedSulad.eot?#iefix') format('embedded-opentype'), /* IE6–IE8 */
    url('/fonts/LushootseedSulad.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/LushootseedSulad-Italic.eot');
    src: url('/fonts/LushootseedSulad-Italic.eot?#iefix') format('embedded-opentype'), url('/fonts/LushootseedSulad-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lushootseed';
    src: url('/fonts/LushootseedSulad-Bold.eot');
    src: url('/fonts/LushootseedSulad-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/LushootseedSulad-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;
}
