:root {
  --primary-color-100: #d5e5ec;
  --primary-color-300: #5c8ea2;
  --primary-color-500: #24576b;
  --primary-color-700: #6d2e73;
  --primary-color-900: #6d2e73;
  --secondary-color-100: #e5f3f5;
  --secondary-color-300: #ffc20e;
  --secondary-color-500: #ffc20e;
  --secondary-color-700: #ffc20e;
  --secondary-color-900: #ffc20e;
  --neutral-100: white;
  --neutral-300: whitesmoke;
  --neutral-500: #efefef;
  --neutral-700: #d2cece;
  --neutral-900: #666;
  --grey-100: #f7f7f7;
  --grey-300: #e8e8e8;
  --grey-500: #efefef;
  --grey-700: #d2cece;
  --grey-900: #666;
  --black-700: #313131;
  --black-900: #1b1b1b;
  --red-100: #f2b0af;
  --red-300: #c74a48;
  --red-500: #c5413f;
  --red-700: #9a322f;
  --red-900: #791310;
  --green-100: #8fe4bb;
  --green-300: #52bf8a;
  --green-500: #41b37c;
  --green-700: #41b37c;
  --yellow-100: #f0d1a6;
  --yellow-300: #efae51;
  --yellow-500: #e6a446;
  --yellow-700: #cc8e37;
  --content-padding: 20px;
  --content-border: none;
  --content-shadow: 0px 1px 4px 0px #cacaca;
  --content-header-background-color: var(--primary-color-900);
  --content-header-text-color: white;
  --content-footer-background-color: whitesmoke;
  --content-body-background-color: white;
  --sidebar-width: 300px;
  --sidebar-color: white;
  --max-body-width: 1400px;
  --input-label-color: #484848;
  --input-value-color: #737373;
  --input-border-color: lightgrey;
  --input-max-width: 100%;
  --border-radius: 5px;
  --bold-weight: 400;
  --header-weight: 400;
  --font-family:  "Nunito", sans-serif, Segoe UI, Tahoma, Geneva, Verdana;
  --default-font-weight: 400;
  --default-font-size:15px;
  --background-gradient: linear-gradient(45deg, #6d2e73, #009bb7);
}/*# sourceMappingURL=variables.css.map */