/* ========================
   LAYOUT LAYER
   ======================== */

body {
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  font-feature-settings: 'ss01', 'salt';
}

html {
  scroll-behavior: smooth;
}