:root {
  /* brand colors */
  --over-color-primary: #171717;
  --over-color-secondary: #000000;
  --over-color-tertiary: #f6f7f9;
  --over-color-quaternary: #f2f2f2;
  --over-color-gold: #d32b2b;
  --over-button-bg: #000000;

  /* general colors */
  --over-color-black: #000000;
  --over-color-grey: #6b6b6b;
  --over-color-grey-light: #c2c2c2;
  --over-color-grey-very-light: #fafafa;
  --over-color-white: #ffffff;
  --over-color-alert: #d32b2b;
  --over-on-bg-collection: #fff;
  --over-bg-collection: #000;
  --over-bg-doc-left-panel: transparent;

  --over-color-default: var(--brand-color-primary);
  --over-button-notif: #d32b2b;
  --over-button-unread: #d32b2b;
  --over-button-chip-number: #000000;
  --over-button-chip-number-alt: #d32b2b;

  /* images background colors */
  --over-bg-image: #ffffff;
  --over-bg-page: var(--brand-color-tertiary);

  /* header navigation QF colors */
  --over-bg-navigation: #ffffff;
  --over-bg-header-qf: #f2f2f2;
  --over-header-accent: var(--brand-color-primary);
  --over-on-bg-qf: #6b6b6b;

  /* misc colors */
  --over-button-primary-background: var(--brand-color-primary);
  --over-tag-filter: var(--brand-color-primary);
  --over-bg-header-border-bottom: var(--brand-color-tertiary);

  --over-bg-header-test-mode: #c2c2c2;
  --over-on-header-test-mode: #000000;

  /* fonts */
  --over-h0-font-weight: 700;
  --over-h0-font-size: 40px;

  --over-h1-font-weight: 700;
  --over-h1-font-size: 26px;

  --over-h2-font-weight: 700;
  --over-h2-font-size: 20px;

  --over-h3-font-weight: 500;
  --over-h3-font-size: 16px;

  --over-h4-font-weight: 500;
  --over-h4-font-size: 16px;

  --over-h5-font-weight: 500;
  --over-h5-font-size: 16px;

  --over-body-1-font-weight: 300;
  --over-body-1-font-size: 14px;

  --over-body-2-font-weight: 400;
  --over-body-2-font-size: 14px;

  --over-body-small-1-font-weight: 300;
  --over-body-small-1-font-size: 13px;

  --over-body-small-2-font-weight: 400;
  --over-body-small-2-font-size: 13px;

  --over-label-1-font-weight: 300;
  --brand-label-1-font-size: 11px;

  --over-label-2-font-weight: 400;
  --over-label-2-font-size: 11px;

  --over-label-1-font-size: 11px;

  --over-button-label-2-size: 11px;

  --over-font-button-1-weight: 400;
  --over-font-button-2-weight: 500;
  --over-button-small-1-weight: 400;
  --over-button-small-2-weight: 500;
  --over-button-label-1-weight: 400;
  --over-button-label-2-weight: 500;

  /* login */
  --over-logo-margin-bottom-login: 16px;
  --over-subtitle-margin-bottom-login: 24px;
  --over-logo-size: 120px;
  --over-logo-height-login: 120px;
  --over-logo-size-login: 120px;

  /* misc*/
  --over-list-page-ref-column-width: 180px;

  --over-button-border-radius: 4px;

  --over-item-list-gap: 8px;
  --over-item-list-padding: 8px;
  --over-item-list-border-color: var(--brand-bg-image);

  --over-logo: url('/assets/static/images/logos/logo.svg');

  --over-no-image-placeholder: url('/assets/static/images/placeholder.svg');
  --over-placeholder-behind-image: url('/assets/static/images/placeholder_behind.svg');
  --over-no-image-placeholder-size-list: 60px;
  --over-logo-mobile-height: 24px;
}
