/* koenvanderveldt. — Minimal overrides for Tailwind build
   Only styles that can't be expressed as utility classes */

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Tabular nums for carousel counter */
.tabular-nums {
    font-variant-numeric: tabular-nums;
}

/* Print */
@media print {
    body { background: white !important; color: black !important; }
    a { text-decoration: underline; }
    footer, header, .carousel, #mobile-nav { display: none !important; }
}
.hubot-sans-logo {
  font-family: "Hubot Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}