/* PromptPack typography — Inter Tight + JetBrains Mono via Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&family=Anton&family=Bebas+Neue&display=swap');

:root {
  --pp-orange-1: #FFA347;
  --pp-orange-2: #FF6B1A;
  --pp-orange-3: #E83E00;
  --pp-orange:   #FF5B14;
  --pp-ink:      #0B0B0F;
  --pp-paper:    #FAFAF7;
  --pp-grad: linear-gradient(135deg, #FFA347 0%, #FF6B1A 50%, #E83E00 100%);
  --pp-grad-soft: linear-gradient(180deg, #FFB874 0%, #FF6B1A 60%, #E83E00 100%);
  --font-display: 'Inter Tight', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --font-serif: 'Instrument Serif', 'Times New Roman', serif;
}

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
