/* Skrifttyper der ligger hos os selv i stedet for at blive hentet fra Google.
   Gør appen hurtigere, og køkkenskærmen viser stadig det rigtige hvis
   internettet er nede et øjeblik. */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("fonts/inter-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Plus Jakarta Sans"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("fonts/plus-jakarta-sans-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Plus Jakarta Sans"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/plus-jakarta-sans-latin-700-normal.woff2") format("woff2"); }

/* Ikonskrifttypen, skåret ned til kun de ikoner appen bruger: 71 kB i stedet
   for de 4 MB Google leverer. Ikonerne skrives som kodepunkter i stedet for
   navne, så der ikke er brug for ligaturer. */
@font-face { font-family: "Material Symbols Outlined"; font-style: normal; font-weight: 100 700;
  font-display: block; src: url("fonts/material-symbols-subset.woff2") format("woff2"); }

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
