@layer reset, base, tokens, recipes, utilities;

/* WEBFONTS: */
@font-face {
  font-family: "DINPro-Bold";
  src:
    local("DINPro-Bold"),
    url("/fonts/DINPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

/* SET MIN-WIDTH: */
body {
  min-width: 360px;
}

/* FALLBACKS TO NO SUPPORTING OF WEBP: */
.no-webp > body > div#oldBrowserFallback {
  display: block !important;
}

.no-webp > body > main {
  display: none !important;
}
