/* ==========================================================================
   TAULA — GLOBAL CSS CUSTOM PROPERTIES & RESETS
   No block styles in this file. Variables and resets only.
   ========================================================================== */

:root {
  /* Typography */
  --font-heading: 'Staatliches', sans-serif;
  --font-body:    'Geist', sans-serif;

  /* Colours */
  --color-primary:   #000000;
  --color-secondary: #FFFFFF;
  --color-accent:    #E0211D;
  --color-bg:        #FFFFFF;
  --color-text:      #000000;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 80px;
}
