*,
*::before,
*::after {
  --color-primary: #E30C2A;
  --color-primary-1: #F9CED4;
  --color-primary-2: #F49EAA;
  --color-primary-3: #EE6D7F;
  --color-primary-4: #E93D55;
  --color-primary-5: #D0001D;
  --color-primary-6: #B60A22;
  --color-primary-7: #880719;
  --color-primary-8: #5B0511;
  --color-primary-9: #2D0208;
  --color-primary-focused: rgba(227, 12, 42, 0.65);
  --gradient-primary: linear-gradient(90deg, #035DBA 0%, #E30C2A 96.22%);
}

[theme="VFLA"] * {
  font-family: 'Montserrat', sans-serif;
}

[theme="VFLA"] {
  --extra-heading-font-size: 48px;
  --extra-heading-font-size--mobile: 38px;
  --heading-1-font-size: 38px;
  --heading-1-font-size--mobile: 30px;
  --heading-2-font-size: 30px;
  --heading-2-font-size--mobile: 24px;
  --heading-3-font-size: 24px;
  --heading-3-font-size--mobile: 20px;

  --heading-font-weight: 700;
  --heading-text-transform: uppercase;
  --heading-text-transform-1: uppercase;

  --button-font-family: 'Montserrat';
  --button-font-weight: bold;
}

[theme="VFLA"] {
  --app__content-background-color: #F9F9F9;

  --app-bar-themed__nav-icon-color: #010101;
  --app-bar-themed__logo-top: 12px;
  --app-bar-themed__logo--large-top: 12px;
  --app-bar-themed__logo-left: calc(50% - 171px/2);
  --app-bar-themed__logo--large-left: 24px;
  --app-bar-themed__logo-width: 171px;
  --app-bar-themed__logo-height: 40px;
  --app-bar-themed__logo-background: transparent;
  --app-bar-themed__cart-icon-color: #010101;

  --event__event-gradient-1-background: #000000;
  --event__event-gradient-1-opacity: 0.5;

  --search-results__title-background: #F9F9F9;
  --search-results__search-results__container-background: #F9F9F9;

  --results-item__badge-width: 113px;

  --cart__cart-backgound: #F9F9F9;

  --order-paid__order-paid-background: #F9F9F9;

  --footer__background: #F2F2F2;
  --footer__copyright__link-color: rgba(1, 1, 1, 0.65);
  --footer__localization__lang-button-text-color: rgba(1, 1, 1, 0.65);
}
