/* Oxtren Core — auto-generated design tokens. Do not edit; regenerates on save. */
:root {
  /* colors */
  --ox-color-primary: #c8a17f;
  --ox-color-accent: #111111;
  --ox-color-body: #5b5b5b;
  --ox-color-bg: #ffffff;
  /* typography */
  --ox-font-heading: "Urbanist", system-ui, sans-serif;
  --ox-font-body: "Urbanist", system-ui, sans-serif;
  --ox-fs-base: 16px;
  --ox-fs-5: 20px;
  --ox-fs-4: 25px;
  --ox-fs-3: 31.25px;
  --ox-fs-2: 39.06px;
  --ox-fs-1: 48.83px;
  /* spacing + shape */
  --ox-section-y: 96px;
  --ox-container: 1280px;
  --ox-radius-sm: 4px;
  --ox-radius-md: 8px;
  --ox-radius-lg: 16px;
  /* shadows */
  --ox-shadow-sm: 0 2px 4px rgba(0,0,0,.04);
  --ox-shadow-md: 0 8px 24px rgba(0,0,0,.06);
}
:root { --bs-primary: var(--ox-color-primary); }
