/* src/styles.scss */
:root {
  --black-100: #ffffff;
  --black-200: #f5f5f5;
  --black-300: #c9c9c9;
  --black-400: #b0b0b0;
  --black-500: #7d7d7d;
  --black-600: #4a4a4a;
  --black-700: #1f1f1f;
  --black-800: #181818;
  --green-100: #daedd5;
  --green-200: #b8d6b0;
  --green-300: #bcdbb4;
  --green-400: #79b669;
  --green-450: #2b9e67;
  --green-470: #2b9663;
  --green-500: #1f8505;
  --green-600: #155a03;
  --green-700: #104502;
  --green-750: #093b23;
  --green-800: #0b2e02;
  --blue-100: #edf1f7;
  --blue-200: #d0dceb;
  --blue-300: #90abd0;
  --blue-400: #6c8fc1;
  --blue-500: #4a74b0;
  --blue-600: #3b5d8c;
  --blue-700: #2c4568;
  --blue-800: #1d2e45;
  --yellow-100: #f4f2e7;
  --yellow-200: #e3dfc4;
  --yellow-300: #e3dfc4;
  --yellow-400: #e3dfc4;
  --yellow-500: #90784f;
  --yellow-600: #846d46;
  --yellow-700: #4c4724;
  --yellow-800: #1c1a0d;
  --gray-100: #f6f6f6;
  --gray-200: #e7e7e7;
  --gray-300: #e8e7e3;
  --gray-400: #d9d9d9;
  --gray-470: #c9c9c9;
  --gray-500: #6e726e;
  --gray-600: #3b3d3b;
  --gray-650: #313131;
  --gray-670: #252525;
  --lime-100: #f0fff7;
  --lime-200: #bdffdc;
  --lime-600: #88ffc0;
  --lime-700: #24ff8b;
  --status-success-100: #e6faf0;
  --status-success-200: #bcf1d7;
  --status-success-300: #91e8be;
  --status-success-400: #6ce0a8;
  --status-success-500: #41d78f;
  --status-success-600: #27b973;
  --status-success-700: #1e8f59;
  --status-success-800: #15653f;
  --status-warning-100: #fef7ec;
  --status-warning-200: #fbead0;
  --status-warning-300: #fae1bd;
  --status-warning-400: #f6cc8d;
  --status-warning-500: #f3b75e;
  --status-warning-600: #efa22f;
  --status-warning-700: #da8911;
  --status-warning-800: #aa6b0d;
  --status-error-100: #fceae9;
  --status-error-200: #f7c7c5;
  --status-error-300: #f3a9a5;
  --status-error-400: #ef8f8a;
  --status-error-500: #e9655d;
  --status-error-600: #e33b32;
  --status-error-700: #c5241b;
  --status-error-800: #991c15;
  --radius-reset: 0;
  --radius-tight: 2px;
  --radius-primary: 4px;
  --radius-strong: 8px;
  --radius-rounded: 1000px;
  --shadow-xsmall: 0 1px 3.5px #0000001a;
  --shadow-small: 0 1px 5.25px #00000026;
  --shadow-medium: 0 2px 8.75px #00000026;
  --shadow-large: 0 4px 12.25px #00000040;
  --shadow-xlarge: 0 6px 17.5px #00000040;
  --font-size-4xl: 3rem;
  --font-size-3xl: 2.5rem;
  --font-size-2xl: 2rem;
  --font-size-xl: 1.5rem;
  --font-size-lg: 1.25rem;
  --font-size-md: 1.125rem;
  --font-size-sm: 1rem;
  --font-size-xs: 0.875rem;
  --font-size-xxs: 0.75rem;
  --font-size-xxxs: 0.625rem;
  --line-height-xl: 3rem;
  --line-height-lg: 2.5rem;
  --line-height-md: 2rem;
  --line-height-sm: 1.5rem;
  --line-height-xs: 1rem;
  --line-height-xxs: 0.75rem;
  --line-height-xxxs: 0.625rem;
  --font-family-primary:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
  --font-family-cursive:
    "Times New Roman",
    Times,
    serif;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-primary);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-T2SSATUR.css.map */
