/**
 * Overwrite CSS
 *
 * Custom style overrides for this website.
 * Edit this file to adjust layout and styling without touching source code.
 *
 * Available CSS variables:
 *
 * Mobile Navigation:
 *   --mobile-nav-offset: 0px;     (negative = up, positive = down)
 *   --mobile-nav-gap: 2rem;       (spacing between logo, nav, actions)
 */

:root {
  --mobile-nav-offset: -80px;
  --mobile-nav-gap: 3rem;
}
