@import "tailwindcss";

@theme {
  /* Custom color palette */
  --color-slate: #1a1a1a;
  --color-muted: #666;
  --color-subtle: #999;
  --color-light: #ccc;
}

@layer base {
  body {
    font-family: 'bryant-web', ui-sans-serif, system-ui, sans-serif;
  }
}
