:root {
    /* Brand colors */
    --ox-primary-darker-blue: #002147;
    --ox-secondary-grey-brown: #a79d96;
    --ox-tertiary-cream: #f3f1ee;
    --ox-lightPrimary-dark-blue: #122f53;

    /* General/secondary colours */
    --ox-beige-grey: #f3f1ec;  /* looks same as tertiary-cream */
    --ox-very-light-blue: #f0f5f8;

    /* Shades */
    --ox-vlight-grey: #f9f8f5;
}
