/* New Jagannath Puri public-site design tokens (Concept C v2). */
@font-face { font-family: "Instrument Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/instrument-serif-latin-400.woff2") format("woff2"); }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/instrument-serif-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("../fonts/inter-latin.woff2") format("woff2"); }

:root {
  --njp-bg: #fcfbf7;
  --njp-surface: #fff;
  --njp-wash: #f4efe3;
  --njp-ink: #1b1813;
  --njp-ink-soft: #4d463b;
  --njp-muted: #7a7264;
  --njp-faint: #a69d8c;
  --njp-line: #e7e1d3;
  --njp-line-dark: #1b1813;
  --njp-saffron: #a8611a;
  --njp-saffron-deep: #8f5410;
  --njp-gold: #d9a441;
  --njp-danger: #a9271e;
  --njp-success: #496f45;
  --njp-on-accent: #fff;
  --njp-ondark: #efebe2;
  --njp-ondark-muted: rgba(239, 235, 226, .72);
  --njp-ondark-line: rgba(239, 235, 226, .25);
  --njp-scrim: rgba(27, 24, 19, .48);
  --njp-hero-shade: linear-gradient(180deg, rgba(27, 24, 19, .18), rgba(27, 24, 19, .08) 35%, rgba(27, 24, 19, .78));
  --njp-page-shade: rgba(27, 24, 19, .67);
  --njp-font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --njp-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --njp-fw-regular: 400;
  --njp-fw-medium: 500;
  --njp-fw-semibold: 600;
  --njp-text-xs: .75rem;
  --njp-text-sm: .844rem;
  --njp-text-base: .969rem;
  --njp-text-md: 1.063rem;
  --njp-text-lg: clamp(1.25rem, 1.6vw, 1.5rem);
  --njp-text-xl: clamp(1.625rem, 2.2vw, 2rem);
  --njp-text-2xl: clamp(2.125rem, 4.4vw, 3.5rem);
  --njp-text-hero: clamp(2.625rem, 6.4vw, 5.5rem);
  --njp-leading-tight: 1.05;
  --njp-leading-snug: 1.3;
  --njp-leading-body: 1.65;
  --njp-tracking-caps: .22em;
  --njp-tracking-tight: -.015em;
  --njp-space-1: 4px;
  --njp-space-2: 8px;
  --njp-space-3: 12px;
  --njp-space-4: 16px;
  --njp-space-5: 24px;
  --njp-space-6: 32px;
  --njp-space-7: 48px;
  --njp-space-8: 64px;
  --njp-space-9: 96px;
  --njp-section-y: clamp(64px, 9vw, 104px);
  --njp-shell-max: 1200px;
  --njp-shell-gutter: 24px;
  --njp-radius-none: 0;
  --njp-radius-sm: 2px;
  --njp-radius-pill: 999px;
  --njp-shadow-panel: 0 24px 60px rgba(27, 24, 19, .12);
  --njp-shadow-lift: 0 18px 44px rgba(27, 24, 19, .12);
  --njp-ease: cubic-bezier(.2, .6, .3, 1);
  --njp-dur-fast: 150ms;
  --njp-dur-base: 240ms;
  --njp-z-nav: 100;
  --njp-z-scrim: 150;
  --njp-z-drawer: 160;
  --njp-media-grade: saturate(.92) contrast(1.02) brightness(1.01);
  --njp-store-foods: #b45f12;
  --njp-store-gifts: #9a3838;
  --njp-store-books: var(--njp-saffron);
  --njp-store-burgers: var(--njp-success);
  --njp-store-accent: var(--njp-saffron);
}
