/* ===========================================
   VAM Shared Font Declarations
   ===========================================
   Riforma LL — licensed from Lineto
   When you have the Mono woff2 file, add it to
   this folder and update the src below.
   =========================================== */

@font-face {
  font-family: "RiformaLL";
  src: url("./RiformaLLWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "RiformaLL";
  src: url("./RiformaLLWeb-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

/* TODO: Replace base64 with file reference once RiformaMonoLLWeb-Regular.woff2 is added to /fonts/ */
@font-face {
  font-family: "RiformaMonoLL";
  src: url("./RiformaMonoLLWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
