/* Self-hosted fonts — replaces Google Fonts CDN to eliminate Cross-Domain CORS misconfiguration (VAPT) */

/* Lato — used on web clock and kiosk web clock pages */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lato/lato-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lato/lato-700.ttf') format('truetype');
}

/* Muli — used on login, forgot password, and kiosk login pages */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/muli/muli-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/muli/muli-700.ttf') format('truetype');
}
