/* ============================================
   Colors System
   Based on Figma design system
   ============================================ */

:root {
  /* Brand Colors */
  --color-brand-orange: #FF5B44;
  --color-brand-orange-hover: #E73402;
  --color-brand-light-orange: #FFF8F3;

  /* Text Colors */
  --color-black-txt: #181A18;
  --color-black-bg: #181A18;
  --color-white: #ffffff;

  /* Grey Scale */
  --color-light-grey: #efeeec;
  --color-med-grey: #dbd9d7;
  --color-dark-grey: #77777a;

  /* Accent Colors */
  --color-blue: #135fab;
}
