/* =========================================================
   SWEuro — the SWTOR UI face, as served by swtor.jedipedia.net

   LICENCE: SWEuro is a commercial Fontspring webfont (vendor:
   Typodermic / Juraj Chrastina). Jedipedia's own fonts.css carries
   a notice prohibiting duplication and redistribution of the font
   software. These files are here for local development only —
   before deploying this site publicly, buy your own webfont licence
   at https://www.fontspring.com or delete the fonts/ directory and
   let the fallback stack take over (the layout is built to survive
   it; see --f-fallback in style.css).
   ========================================================= */

@font-face{
  font-family:"SWEuro";
  font-weight:400; font-style:normal; font-display:swap;
  src:url("../fonts/SWEuroRegular.woff2") format("woff2"),
      url("../fonts/SWEuroRegular.woff")  format("woff"),
      url("../fonts/SWEuroRegular.ttf")   format("truetype");
}
@font-face{
  font-family:"SWEuro";
  font-weight:400; font-style:italic; font-display:swap;
  src:url("../fonts/SWEuroItalic.woff2") format("woff2"),
      url("../fonts/SWEuroItalic.woff")  format("woff");
}
@font-face{
  font-family:"SWEuro";
  font-weight:200 300; font-style:normal; font-display:swap;
  src:url("../fonts/SWEuroLight.woff2") format("woff2"),
      url("../fonts/SWEuroLight.woff")  format("woff");
}
@font-face{
  font-family:"SWEuro";
  font-weight:600 700; font-style:normal; font-display:swap;
  src:url("../fonts/SWEuroBold.woff2") format("woff2"),
      url("../fonts/SWEuroBold.woff")  format("woff");
}

/* Restore Bold — display face for headings only.
   NOTE: this face is caps-only; lowercase maps to capital forms, so use it
   solely on text that is already text-transform:uppercase. Same Fontspring
   licence caveat as SWEuro above applies.
   Only a .ttf was supplied; converting it to woff2 would roughly halve it. */
@font-face{
  font-family:"Restore";
  font-weight:700; font-style:normal; font-display:swap;
  src:url("../fonts/Restore-W00-Bold.ttf") format("truetype");
}
