/**
 * Generated from Snowflake — DESIGN.md
 * Drop this into your tailwind.config.js theme.extend block.
 * https://www.webdesignhot.com/design.md/
 */
export default {
  theme: {
    extend: {
      colors: {
        "bg": "#ffffff",
        "bg-surface": "#f5fafd",
        "bg-soft": "#eaf4fb",
        "bg-feature": "#dfeff9",
        "bg-deep": "#0F2A3A",
        "bg-midnight": "#091C28",
        "bg-ink": "#000000",
        "surface": "#f5fafd",
        "text": "#000000",
        "text-charcoal": "#111111",
        "text-slate": "#2A2A2A",
        "text-steel": "#444444",
        "text-stone": "#6B6B6B",
        "text-muted": "#9A9A9A",
        "text-on-deep": "#ffffff",
        "text-on-deep-muted": "#B6D2E2",
        "brand": "#249EDC",
        "brand-light": "#45AEE3",
        "brand-bright": "#3DB5E8",
        "brand-deep": "#1A82B8",
        "brand-dark": "#0F2A3A",
        "brand-soft": "#C6E6F6",
        "brand-wash": "#DFEFF9",
        "brand-mid": "#6AC4EA",
        "on-brand": "#ffffff",
        "on-brand-deep": "#ffffff",
        "accent-coral": "#FF7A59",
        "accent-violet": "#7B61FF",
        "accent-emerald": "#16A672",
        "accent-amber": "#F5B400",
        "link": "#1A82B8",
        "link-hover": "#0F2A3A",
        "border": "#D8DFE5",
        "border-soft": "#E8EDF1",
        "border-strong": "#B0BBC4",
        "border-on-deep": "#1B3F55",
        "semantic-success": "#16A672",
        "semantic-warning-bg": "#FFF6E0",
        "semantic-warning-text": "#8A6A1A",
        "semantic-error": "#D8333C",
        "semantic-info": "#1A82B8",
      },
      fontFamily: {
        display: ["Texta", 'sans-serif'],
        body:    ["Texta", 'sans-serif'],
        mono:    ["JetBrains Mono", 'ui-monospace', 'monospace'],
      },
      borderRadius: {
        "button": "12px",
        "card": "16px",
        "pill": "9999px",
      },
      spacing: {
        "xs": "0px",
        "sm": "4px",
        "md": "12px",
        "lg": "24px",
        "xl": "40px",
      },
    },
  },
}
