/**
 * Import basis core parts
 *
 */
/*
 * Utilities
 */
/*
 * CSS Properties Ui
 *
 */
:root {
  --font-family-default: 'DNB', sans-serif;
  --font-family-heading: var(--font-family-default);
  --font-family-monospace: 'DNBMono', 'Menlo', 'Consolas', 'Roboto Mono',
    'Ubuntu Monospace', 'Noto Mono', 'Oxygen Mono', 'Liberation Mono',
    monospace;
  --font-weight-default: normal;
  --font-weight-basis: normal;
  --font-weight-regular: normal;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --font-size-x-small: 0.875rem;
  --font-size-small: 1rem;
  --font-size-basis: 1.125rem;
  --font-size-basis--em: 1em;
  --font-size-lead: var(--font-size-medium);
  --font-size-medium: 1.25rem;
  --font-size-large: 1.625rem;
  --font-size-x-large: 2.125rem;
  --font-size-xx-large: 3rem;
  --line-height-xx-small--em: 1em;
  --line-height-x-small: 1.125rem;
  --line-height-small: 1.25rem;
  --line-height-basis: 1.5rem;
  --line-height-basis--em: 1.333em;
  --line-height-lead: 1.5rem;
  --line-height-medium: 2rem;
  --line-height-large: 2.5rem;
  --line-height-x-large: 3.5rem;
  --line-height-xx-large: var(--line-height-x-large);
  --color-mint-green-50: #d2f0e9;
  --color-mint-green-25: #e9f8f4;
  --color-mint-green-12: #f4fbf9;
  --color-sea-green-30: #b3d5d5;
  --color-accent-yellow-30: #feebc1;
  --color-signal-orange: #ff5400;
  --color-fire-red: #dc2a2a;
  --color-success-green: #007b5e;
  --color-fire-red-8: #fdeeee;
  --color-black: #000;
  --color-black-80: #333;
  --color-black-55: #737373;
  --color-black-20: #ccc;
  --color-black-8: #ebebeb;
  --color-black-3: #f8f8f8;
  --color-white: #fff;
  --color-black-border: #cdcdcd;
  --color-black-background: #fafafa;
  --color-sea-green: #007272;
  --color-mint-green: #a5e1d2;
  --color-summer-green: #28b482;
  --color-emerald-green: #14555a;
  --color-ocean-green: #00343e;
  --color-accent-yellow: #fdbb31;
  --color-indigo: #23195a;
  --color-violet: #6e2382;
  --color-sky-blue: #4bbed2;
  --color-lavender: #f2f2f5;
  --color-sand-yellow: #fbf6ec;
  --color-pistachio: #f2f4ec;
  --color-mint-green-alt: #ebfffa;
  --color-indigo-medium: #6e6491;
  --color-indigo-light: #b9afc8;
  --color-violet-medium: #a06eaf;
  --color-violet-light: #cfb9d7;
  --color-sky-blue-medium: #87d2e1;
  --color-sky-blue-light: #c3ebf0;
  --spacing-xx-small: 0.25rem;
  --spacing-x-small: 0.5rem;
  --spacing-small: 1rem;
  --spacing-medium: 1.5rem;
  --spacing-large: 2rem;
  --spacing-x-large: 3rem;
  --spacing-xx-large: 3.5rem;
  --layout-small: 40em;
  --layout-medium: 60em;
  --layout-large: 72em;
  --layout-x-large: 80em;
  --layout-xx-large: 90em;
  --shadow-default: 0 8px 16px rgb(51 51 51 / 8%);
  --shadow-default-x: 0;
  --shadow-default-y: 8px;
  --shadow-default-blur-radius: 16px;
  --shadow-default-color: rgb(51 51 51 / 8%);
  --shadow-sharp: 0 1px 6px rgb(0 0 0 / 16%);
  --shadow-sharp-x: 0;
  --shadow-sharp-y: 1px;
  --shadow-sharp-blur-radius: 6px;
  --shadow-sharp-color: rgb(0 0 0 / 16%);
  --easing-default: cubic-bezier(0.42, 0, 0, 1);
  --prose-max-width: 60ch;
  --internal-color-background-selected-subtle: #e4eed7;
}