/* =====================================================
   GLOBAL TYPOGRAPHY
===================================================== */

:root {
  --font-primary: 'Kumbh Sans', sans-serif;
  --font-heading: 'Bebas Neue', sans-serif;
}

html,
body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
