@import url('./css/tokens.css');
@import url('./css/tokens-werk.css');
@import url('./css/vibes.css');
@import url('./css/nav-shell.css');
@import url('./css/sky-shell.css');
@import url('./css/settings-shell.css');
@import url('./css/primitives.css');

@font-face {
  font-family: 'STALPH';
  src: url('./fonts/STALPH.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--font-display);
  /* transparent so AppShell's fixed <SkyBackground/> (z-index -2/-1) shows through */
  background:  transparent;
  color:       var(--werk-text-primary, #1a2a40);
  min-height:  100dvh;
}

#root {
  display:        flex;
  flex-direction: column;
  min-height:     100dvh;
}
