/* Ox science — generated by skilled.design */

:root {
  /* Colors */
  --bg-bag-surface: #C9A882;
  --text-logo-primary: #2A2A2A;
  --bg-bag-highlight: #D9C4A8;
  --bg-surface-floor: #E8E8E0;
  --bg-bag-shadow: #8C6F52;
  --text-timestamp: #5C5A5A;

  /* Typography */
  --font-didot: 'Didot', system-ui, sans-serif;
  --font-futura: 'Futura', system-ui, sans-serif;
  --font-system-ui: 'System UI', system-ui, sans-serif;

  /* Type Scale */
  --text-logo-ox: 180px;
  --weight-logo-ox: 400;
  --leading-logo-ox: 1.0;
  --text-logo-science: 42px;
  --weight-logo-science: 600;
  --leading-logo-science: 1.2;
  --text-logo-marimaria: 28px;
  --weight-logo-marimaria: 500;
  --leading-logo-marimaria: 1.2;
  --text-logo-hair: 22px;
  --weight-logo-hair: 400;
  --leading-logo-hair: 1.2;
  --text-timestamp-caption: 12px;
  --weight-timestamp-caption: 400;
  --leading-timestamp-caption: 1.4;

  /* Spacing */
  --logo-stack-gap: 16px;
  --brand-name-gap: 8px;
  --divider-margin: 6px;
  --logo-group-top-margin: 80px;

  /* Effects */
  --divider-rule: 1px solid #2A2A2A;
  --bag-surface-texture: matte kraft paper with slight lighting gradient;
  --ambient-shadow: subtle directional shadow on bag edges from ambient lighting;

}