@charset "UTF-8";
/* Färger från den nya grafiska profilen */
/* Kompletterande färger till den nya grafiska profilen */
/* FONT FAMILY FOR DIFFERENT TEXT SIZES */
/*  FONT SIZES */
/*  desktop */
/* mobile */
/* print */
/* general */
/* LINE HEIGHT */
/* desktop */
/* mobile */
/* other */
/* dimensions-height-header */
/* Print style mixins */
/* 
 * Verktyg för att beräkna filter för en given färg
 * https://isotropic.co/tool/hex-color-to-css-filter/
*/
.iw-blur {
  display: none;
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 5000;
  cursor: default;
}
.iw-blur--transparent {
  background-color: transparent;
}
.iw-blur--prioritized {
  z-index: 7000;
}
.iw-blur--prioritized-cookie {
  z-index: 8000;
}