/* Google Fonts — Roboto + Nunito (matches DashLite stack) */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap");

/* Nioicon — patched paths for Vite public assets */
@font-face {
  font-family: Nioicon;
  src: url("/signin-assets/fonts/Nioicon.woff") format("woff"),
       url("/signin-assets/fonts/Nioicon.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Font Awesome 5 — free webfonts mapped to Pro family names used by the original site */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/signin-assets/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/signin-assets/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/signin-assets/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/signin-assets/webfonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fas,
.far,
.fal,
.fad {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fas {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 400;
}

/* Icons used on Sign-In */
.fa-redo-alt:before {
  content: "\f2f1";
}

/* Pro lightbulb-on → free lightbulb glyph */
.fa-lightbulb-on:before,
.fa-lightbulb:before {
  content: "\f0eb";
}

.ni {
  font-family: Nioicon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ni-eye:before {
  content: "\ea3c";
}

.ni-eye-off:before {
  content: "\ea3b";
}

.ni-arrow-right:before {
  content: "\e943";
}

.ni-arrow-left:before {
  content: "\e938";
}
