:root {
  --font-inter: "Inter", sans-serif;
  --font-sans:
    sans-serif -apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue",
    "Helvetica";
  --icon-gradient: linear-gradient(147.14deg, #22c55e 6.95%, #006176 93.05%);
  --primary-main: #0086c9;
  --primary-dark: #0075b2;
  --primary-light: #49bbfa;
  --primary-lighter: #d0efff;
  --primary-300: #7cd4fd;
  --primary-100: #e0f2fe;
  --grey-50: #fcfcfd;
  --grey-50: #f9fafb;
  --grey-100: #8a8a8a;
  --grey-200: #eaecf0;
  --grey-300: #d0d5dd;
  --grey-500: #667085;
  --grey-600: #475467;
  --grey-700: #344054;
  --grey-900: #101828;
  --error-150: #910d2c;
  --error-critical: #da1414;
  --error-100: #ef476f;
  --error-700: #b42318;
  --error-50: #fbd0da;
  --warning-150: #996b00;
  --warning-100: #ffd166;
  --warning-50: #fffaeb;
  --warning-700: #b54708;
  --tint-250: #82caf2;
  --tint-200: #b1def7;
  --tint-150: #dff1fc;
  --tint-100: #e8f5fd;
  --tint-50: #f1f9fe;
  --success-150: #065031;
  --success-100: #0ead69;
  --success-50: #d5fceb;
  --shade-250: #06293c;
  --shade-200: #0b486a;
  --shade-150: #106898;
  --shade-100: #1587c6;
  --shade-50: #26a3e8;
  --shade-primary_1: #80acff;
  --shade-primary_2: #b3cdff;
  --shade-primary_3: #0054d8;
  --blue-shades-light: #f1f2f6;
  --border-primary: #cdced9;
  --border-secondary: #cdced9;
  --border-secondary-l-2-border: #cdcedb;
  --text-main: #475467;
  --text-secondary: #026aa2;
  --text-secondary_caption: #6b6c7e;
  --text-tietiary: #667085;
  --text-bold-grey: #344054;
  --text-online: #027a48;
  --text-header: #101828;
  --logo-bg: #e0f2fe;
  --online-bg: #ecfdf3;
}
