/**
  Host copy of HexSpace.Uno WasmCSS/Fonts.css.
  URLs are root-relative so they resolve from the site root after this file
  lives under WasmCSS/ (not against WasmCSS/). Paths cover library layout
  (/HexSpace.Uno/Assets/Fonts) and NuGet contentFiles (/Assets/Fonts).
*/

@font-face {
  font-family: "Rajdhani";
  src:
    url(/HexSpace.Uno/Assets/Fonts/Rajdhani-Bold.ttf) format("truetype"),
    url(/Assets/Fonts/Rajdhani-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "JetBrains Mono";
  src:
    url(/HexSpace.Uno/Assets/Fonts/JetBrainsMono-Regular.ttf) format("truetype"),
    url(/Assets/Fonts/JetBrainsMono-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src:
    url(/HexSpace.Uno/Assets/Fonts/Inter-Regular.ttf) format("truetype"),
    url(/Assets/Fonts/Inter-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Quantico";
  src:
    url(/HexSpace.Uno/Assets/Fonts/Quantico-Regular.ttf) format("truetype"),
    url(/Assets/Fonts/Quantico-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Share Tech Mono";
  src:
    url(/HexSpace.Uno/Assets/Fonts/ShareTechMono-Regular.ttf) format("truetype"),
    url(/Assets/Fonts/ShareTechMono-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Libre Barcode 128 Text";
  src:
    url(/HexSpace.Uno/Assets/Fonts/LibreBarcode128Text-Regular.ttf) format("truetype"),
    url(/Assets/Fonts/LibreBarcode128Text-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
