@import './colors.css';
@import './fonts.css';
@import './tokens/tokens.css';

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer utilities {
  .liga-off {
    font-feature-settings: 'liga' off;
  }
}

:root {
  --page-header-height: 74px;
  --page-header-spacing: calc(74px + 2rem);
}

/* Prevent overscroll bounce/rubber band effect */
html,
body {
  overscroll-behavior: none;
}
