/* RentGuarantor CSS: tokens.colors.css (source: src/assets/scss/_tokens.colors.scss) */
:root {
  --color-core-navy: #232d5d;
  --color-core-white: #ffffff;
  --color-core-black: #000000;
  --color-core-light-blue: #c5d9f8;
  --color-core-mid-blue: #5587e6;
  --color-core-green: #00bf93;
  --color-core-yellow: #ffce55;
  --color-core-grey: #606873;
  --color-light-blue-50: #f3f7fd;
  --color-light-blue-100: #e2ecfb;
  --color-light-blue-200: #c5d9f8;
  --color-light-blue-300: #91bcf3;
  --color-green-50: #caffea;
  --color-green-200: #00f0ba;
  --color-green-300: #00d7a6;
  --color-green-400: #00bf93;
  --color-green-500: #009e79;
  --color-green-700: #005e47;
  --color-yellow-100: #ffe8c3;
  --color-yellow-extra: #b9804d;
  --color-mid-blue-200: #c1cef5;
  --color-mid-blue-600: #3b6bc0;
  --bs-primary-800: #32407f;
  --color-grey-100: #eaedef;
  --color-grey-200: #dbdfe2;
  --surface-general-primary: #ffffff;
  --surface-general-secondary: #c5d9f8;
  --surface-general-tertiary: #f3f7fd;
  --surface-general-fourth: #caffea;
  --surface-general-fifth: #f6f7f8;
  --surface-tenants-secondary: #f3f7fd;
  --surface-landlord-secondary: #caffea;
  --surface-landlord-highlight: #00d7a6;
  --surface-students-primary: #ffe8c3;
  --surface-students-secondary: #fff2de;
  --surface-students-highlight: #ffce55;
  --text-headings-primary: #232d5d;
  --text-headings-secondary: #5587e6;
  --text-headings-invert: #ffffff;
  --text-bodycopy-primary: #000000;
  --text-bodycopy-disabled: #606873;
  --button-primary-default: #32407f;
  --button-primary-hover: #121939;
  --button-primary-clicked: #121939;
  --button-primary-disabled: #606873;
  --button-secondary-default: #00d7a6;
  --button-secondary-hover: #00bf93;
  --button-secondary-clicked: #007c5e;
  --button-secondary-disabled: #606873;
  --icon-primary: #ffffff;
  --icon-secondary: #232d5d;
  --icon-blue: #3b6bc0;
  --icon-green: #007c5e;
  --icon-yellow: #b9804d;
  --tile-primary: #f3f7fd;
  --tile-secondary: #ffffff;
  --tile-tertiary: #c5d9f8;
  --tile-brand-green: #00d7a6;
  --tile-brand-mid-blue: #5587e6;
  --tile-brand-yellow: #ffce55;
  --tile-brand-grey: #eaedef;
  --tagging-navy: #5769c3;
  --tagging-mid-blue: #7f9fec;
  --tagging-green: #00bf93;
  --tagging-yellow: #ffce55;
}