/*
 * ARMADA primitive tokens.
 * Hand-editable base layer. Overrides the NUCO base primitives for the
 * ARMADA tenant; consumed by the shared semantic layer in tokens/tokens.css.
 * Loaded dynamically for ARMADA, after the NUCO base.
 */
:root {
--colour-grey-white: #FFFFFF;
--colour-grey-light: #B5E5E0;
--colour-grey-medium: #EBECEF;
--colour-grey-dark: #9B9FAE;
--colour-grey-black: #38405F;
--colour-brand-primary: #FF99C5;
--colour-brand-primary-50: #FF99C57F;
--colour-brand-primary-10: #FF99C519;
--colour-brand-secondary: #00C1D7;
--colour-brand-secondary-50: #00C1D77F;
--colour-brand-secondary-10: #00C1D719;
--colour-brand-accent-1: #00924A;
--colour-brand-accent-2: #FF5E40;
--colour-brand-accent-3: #FFAE00;
--spacing-0: 0px;
--spacing-05: 2px;
--spacing-1: 4px;
--spacing-2: 8px;
--spacing-3: 12px;
--spacing-4: 16px;
--spacing-5: 20px;
--spacing-6: 24px;
--spacing-7: 28px;
--spacing-8: 32px;
--spacing-9: 36px;
--spacing-10: 40px;
--spacing-11: 44px;
--spacing-12: 48px;
--radius-none: 0px;
--radius-tiny: 3px;
--radius-mini: 6px;
--radius-small: 12px;
--radius-medium: 60px;
--radius-large: 120px;
--type-family-family-title: "Gilroy";
--type-family-family-body: "Epilogue";
--header-font: "Gilroy";
--spacing-13: 60px;
--type-size-1: 12px;
--type-size-2: 14px;
--type-size-3: 16px;
--spacing-14: 80px;
--type-size-4: 18px;
--type-size-5: 20px;
--type-size-6: 22px;
--type-size-7: 24px;
--type-size-8: 26px;
--type-size-9: 32px;
--type-weight-regular: 400;
--type-weight-medium: 500;
--type-weight-semi-bold: 600;
--type-weight-bold: 700;
--type-weight-extra-bold: 800;
--type-weight-black: 900;
--spacing-15: 120px;
--stroke-regular: 1px;
--stroke-medium: 2px;
}
