/*
  Local font stylesheet for Servision.

  Replace the two placeholder .woff2 files in this folder with the downloaded binaries:
  - /fonts/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2
  - /fonts/QGYvz_MVcBeNP4NJtEtq.woff2

  This local copy covers the font usage currently found in the app:
  - Outfit: normal 400, 500, 600, 700, 800
  - Plus Jakarta Sans: normal 400, 500, 600, 700

  Note: the original Google Fonts CSS also includes extra unicode subsets and an italic
  face for Plus Jakarta Sans. The current codebase does not appear to use italic text.
*/

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/QGYvz_MVcBeNP4NJtEtq.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/QGYvz_MVcBeNP4NJtEtq.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/QGYvz_MVcBeNP4NJtEtq.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/QGYvz_MVcBeNP4NJtEtq.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/QGYvz_MVcBeNP4NJtEtq.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yw.woff2') format('woff2');
}
