﻿:root {
  /* COLORS-MAIN */
  --c-prime: #00C48C;
  --c-prime-hover: #00DBA0;
  --c-prime-active: #009E72;
  --c-prime-shaded: #D6F5EC;

  /* COLORS-ADDITIONAL */
  --background: #F5FAF8;
  --c-white: #E6F9F3;

  --c-disabled-text: #3A6B5A;
  --c-disabled-bg: #D6F5EC;
  --c-bg-markets-widget: lightgray -19.867px 24.108px / 103.669% 90.614% no-repeat, #F5FAF8;

  /* COLORS-TYPOGRAPHY */
  --c-h1-h4: #0A1F17;
  --c-h2-h3: #0A1F17;
  --c-main-text: #122B20;
  --c-header-menu-text: #122B20;
  --c-secondary-text: #5A8A78;

  --c-border1: #00C48C66;
  --c-border2: #00C48C22;

  --c-card-grad-bg: linear-gradient(
    233deg,
    rgba(214, 245, 236, 0.6) 29.59%,
    rgba(245, 250, 248, 0.9) 90.24%
  );

  --c-border-disposals-icon: #7EECD0;

  --c-markets: #00C48C;
  --c-markets-bg: linear-gradient(
    233deg,
    rgba(214, 245, 236, 0.6) 29.59%,
    rgba(245, 250, 248, 0.9) 90.24%
  );
}
