/* Override configuration for the vogue theme. This overrides the default variables. It's important to include the default config as the last element in this file !! */ /* GENERIC BLOCK */ $color-black: #000000; $color-white: #FFFFFF; $color-gray1: #2D2E2F; $color-gray2: #4C4D4E; $color-gray3: #6C6E70; $color-gray4: #9C9EA0; $color-gray5: #CACCCE; $color-gray6: #F2F2F2; $color-highlight-primary: #B89A6A; $color-brand-primary: #EE0000; $color-line-colored: $color-black; $color-muted-primary: $color-gray2; $color-muted-secondary: $color-gray3; $color-muted-tertiary: $color-gray5; /* FONT BLOCK */ $font-family-primary: DomaineDisplay, Times, "Times New Roman", serif; $font-family-primary-bold: DomaineDisplay700, Times, "Times New Roman", serif; $font-family-primary-black: DomaineDisplay900, Times, "Times New Roman", serif; $font-family-secondary: GTWalsheimVogue, "Helvetica Neue", Helvetica, Arial, sans-serif; $font-family-secondary-bold: GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif; $font-family-secondary-black: GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif; /* TEXT BLOCK */ /* TEASER BLOCK */ $color-teaser-overlay: $color-black; $color-teaser-text-hover: $color-gray3; /* HEADER BLOCK */ /* FOOTER BLOCK */ $color-footer-bg: $color-gray1; $color-footer-bg-logo: #242526; /* PLACEHOLDER BLOCK */ /* SECTION BLOCK */ //----- Product $color-product-border: none; /* BUTTON BLOCK */ /* IMPORT FROM DEFAULT CONFIG (THIS MUST BE THE LAST ELEMENT) */ @import '../../_default/styles/config';