/* OrderSeedha — design tokens.
 *
 * Lifted verbatim from orderseedha-customer-v3.html so the built app and the
 * design reference cannot drift. Colour discipline, in one line each:
 *
 *   bottle green  #0E4D3A  every action — buttons, active states, the brand
 *   chili         #CE4420  prices and savings ONLY, never a button
 *   turmeric      #E8A11C  status accents — countdowns, live states, nudges
 *
 * White canvas throughout. Fraunces for headings, logo and buttons; Inter for
 * body text.
 */

:root {
  --bg: #FFFFFF;
  --card: #FFFFFF;
  --ink: #1B2B21;
  --ink-2: #54685C;
  --ink-3: #93A099;

  --green: #0E4D3A;
  --green-hi: #166B51;
  --green-soft: #EAF4EE;

  --chili: #CE4420;
  --chili-soft: #FBEAE3;

  --turmeric: #E8A11C;
  --turmeric-soft: #FBF2DE;
  --turmeric-deep: #B87B0A;

  --veg: #178A43;

  --line: #EFEEE9;
  --shadow: 0 2px 16px rgba(18, 38, 27, .10);

  --body: 'Inter', system-ui, -apple-system, sans-serif;
  --disp: 'Fraunces', Georgia, serif;
}
