/* FNQ Rum Co — brand foundation tokens.
   Scoped to this folder: deliberately NOT the Agave Australis system.
   Palette derived from the packaging: navy-black label, copper medallion,
   the sage-blue seal, the orange "AUSTRALIAN RUM" line, cut-cane greens. */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');
:root{
/* Ink — the label band. Darker and richer than Agave Australis. */
--rum-ink-950:#0b0f12;--rum-ink-900:#11161a;--rum-ink-800:#1b2329;--rum-ink-700:#2a343c;
/* Copper — the medallion. Primary accent.
   Copper 500 is a FILL colour: bone text on it is only 3.9:1. Any copper
   fill carrying light text uses 600 or 700. Do not lighten these. */
--rum-copper-300:#d9a276;--rum-copper-500:#a96c3e;--rum-copper-600:#8d5730;--rum-copper-700:#6f4324;
/* Seal — the sage-blue crest. Secondary accent, used sparingly. */
--rum-seal-300:#c2d3cd;--rum-seal-500:#9db4ac;--rum-seal-600:#7c968d;
/* Ember — the "AUSTRALIAN RUM" line. Alerts, limited-release marks only. */
--rum-ember-500:#d4762a;
/* Cane — cut cane and field greens, for light sections. */
--rum-cane-100:#eef0e8;--rum-cane-300:#c8cfbb;--rum-cane-600:#6b7358;
/* Neutrals — warm off-whites, never pure white. */
--rum-bone-050:#f6f4ef;--rum-bone-100:#ebe7de;--rum-stone-300:#c9c4ba;--rum-stone-500:#8a8377;
/* Surfaces — the split: dark for aged/collector, light for Platinum and cocktails */
--rum-surface-dark:var(--rum-ink-900);--rum-surface-deep:var(--rum-ink-950);
--rum-surface-light:var(--rum-bone-050);--rum-surface-light-alt:var(--rum-bone-100);
--rum-text-on-dark:var(--rum-bone-050);--rum-text-on-dark-muted:#a7a196;
--rum-text-on-light:var(--rum-ink-900);--rum-text-on-light-muted:#5d564c;
/* Type — engraved caps serif for display, quiet grotesque for everything else */
--rum-font-display:'Cormorant Garamond',Georgia,serif;
--rum-font-body:'Manrope',system-ui,sans-serif;
--rum-tracking-display:0.14em;--rum-tracking-label:0.22em;
/* Shape — squarer than Agave Australis. The seal is the only circle. */
--rum-radius-sm:0;--rum-radius-md:2px;--rum-radius-seal:50%;
--rum-rule:1px solid rgba(246,244,239,0.14);--rum-rule-light:1px solid rgba(17,22,26,0.12);
}
a,a:visited{color:var(--rum-copper-600)}a:hover{color:var(--rum-copper-700)}
