:root {
  --g-base-font-size: 15px;
  --g-base-font-family: Arial, Helvetica, sans-serif;
  --g-base-font-line: 20px;
  --g-base-font-size-un-1: calc(var(--g-base-font-size) - 1px);
  --g-base-font-size-un-2: calc(var(--g-base-font-size) - 2px);
  --g-base-font-size-un-3: calc(var(--g-base-font-size) - 3px);
  --g-base-button-color-text: #fff;
  --g-base-color-white: #fff;
  --g-base-color-link: #f06354;
  --g-base-color-link-l-5: #f2786b;
  --g-base-color-link-l-15: #f6a39a;
  --g-base-color-link-l-20: #f8b9b2;
  --g-base-color-link-l-35: #fef9f8;
  --g-base-color-link-d-5: #ee4e3d;
  --g-base-color-link-o-30: rgba(240, 99, 84, 0.3);
  --g-base-color-link-o-40: rgba(240, 99, 84, 0.4);
  --g-base-color-link-o-50: rgba(240, 99, 84, 0.5);
  --g-base-color-link-o-60: rgba(240, 99, 84, 0.6);
  --g-base-color-link-blend-10: #feefee;
  --g-base-color-link-blend-25: #fbd8d4;
  --g-base-color-link-fade-out-40: rgba(240, 99, 84, 0.6);
  --g-base-color-link-fade-out-60: rgba(240, 99, 84, 0.4);
  --g-base-color-link-fade-out-80: rgba(240, 99, 84, 0.2);
  --g-base-color-grey: gray;
  --g-base-color-grey-l-9: #979797;
  --g-base-color-grey-l-18: #aeaeae;
  --g-base-color-grey-l-27: #c5c5c5;
  --g-base-color-grey-l-36: #dcdcdc;
  --g-base-color-grey-l-45: #f3f3f3;
  --g-base-color-grey-l-46: #f5f5f5;
  --g-base-color-grey-d-5: #737373;
  --g-base-color-grey-d-30: #343434;
  --g-base-color-border: var(--g-base-color-grey-l-27);
  --g-base-color-border-l-9: #dcdcdc;
  --g-base-color-border-l-13: #e6e6e6;
  --g-base-color-border-l-20: #f8f8f8;
  --g-base-color-text: #484848;
  --g-base-color-text-l-20: #7b7b7b;
  --g-base-color-text-l-23: #838383;
  --g-base-color-text-l-32: #9a9a9a;
  --g-base-color-text-l-47: silver;
  --g-base-color-text-l-66: #f0f0f0;
  --g-base-color-text-light: #fff;
  --g-base-color-text-d-8: #333;
  --g-base-color-text-d-15: #222;
  --g-base-color-text-d-53: #000;
  --g-base-color-text-dark: #000;
  --g-base-color-error: red;
  --g-base-color-error-fade-out-60: rgba(255, 0, 0, 0.4);
  --g-base-color-note: #fdf8bc;
  --g-base-color-disabled: var(--g-base-color-grey-l-9);
  --g-base-color-fill: var(--g-base-color-grey-l-45);
  --g-submenu-font-size: var(--g-base-font-size-un-1);
  --g-button-text-color: var(--g-base-button-color-text);
  --g-button-bg-color: var(--g-base-color-link);
  --g-button-bg-color-l-15: var(--g-base-color-link-l-15);
  --g-button-font-size: var(--g-base-font-size-un-1);
  --g-button-color-disabled: var(--g-base-color-disabled);
  --g-button-color-fill: var(--g-base-color-fill);
  --g-button-color-border: var(--g-base-color-border);
  --g-button-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  --g-button-arrow-bg-color: var(--g-base-color-white);
  --g-button-invert-border-color: var(--g-base-color-link-o-50);
  --g-button-invert-arrow-color: var(--g-button-bg-color);
  --g-button-padding: 0.5em 1.35714em;
  --g-button-height: auto;
  --g-button-font-weight: bold;
}
