// Real Xenoptics brand values, pulled from the live xenoptics.com CSS
// (its "red squares" brand motif uses #EC1D23; headings use #142933 / Oswald).
// Set before web/static/src/scss/primary_variables.scss runs so every
// derived variable (o-action, links, buttons, etc.) picks it up.
$o-brand-primary: #142933 !default; // brand navy - buttons, links, action highlights
$o-brand-odoo: #142933 !default;    // brand dark navy - top navbar
$o-headings-font-family: var(--body-font-family) !default;
