/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-family); /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    h1 {
  font-size: 1.5rem;
        font-weight: var(--heading-level-1-font-weight);
}

    h2 {
  font-size: 1.25rem;
        font-weight: var(--heading-level-2-font-weight);
}

    html {
  color: var(--neutral-700);
}

    button:not(.social):not([data-navigation-list-item]),
    .flatpickr-day.selected {
        background-color: var(--button-color, var(--primary-500));
        border-color: var(--button-color, var(--primary-500));
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);

        &:hover{
            background-color: color-mix(in hsl, var(--button-color, var(--primary-500)), var(--black) 16%) !important;
        }
    }

    a:not(.container):not(.social) {
        color:  var(--button-color, var(--primary-500));
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);

        &:hover {
            color: color-mix(in hsl,var(--button-color, var(--primary-500)), var(--white) 16%) !important;
            text-decoration: underline;
        }
    }
    @media (min-width: 900px) {
        h1 {
    font-size: 2rem;
  }

        h2 {
    font-size: 1.625rem;
  }
    }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 412px) {

  .container {
    max-width: 412px;
  }
}
@media (min-width: 900px) {

  .container {
    max-width: 900px;
  }
}
.relative {
  position: relative;
}
.m-0 {
  margin: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-md {
  margin-top: 24px;
  margin-bottom: 24px;
}
.-mb-md {
  margin-bottom: -24px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-lg {
  margin-bottom: 32px;
}
.mb-md {
  margin-bottom: 24px;
}
.mb-sm {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-sm {
  margin-left: 8px;
}
.mr-sm {
  margin-right: 8px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-lg {
  margin-top: 32px;
}
.mt-md {
  margin-top: 24px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-14 {
  width: 3.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-full {
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-neutral-300 {
  border-color: var(--neutral-300);
}
.border-neutral-400 {
  border-color: var(--neutral-400);
}
.bg-default-button {
  background-color: var(--primary-500);
}
.bg-default-header {
  background-color: var(--primary-100);
}
.bg-facebook-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity));
}
.bg-neutral-300 {
  background-color: var(--neutral-300);
}
.bg-twitter-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 238 / var(--tw-bg-opacity));
}
.bg-warning-100 {
  background-color: var(--warning-100);
}
.bg-white {
  background-color: var(--white);
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.5rem;
}
.text-md {
  font-size: 1.25rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-xs {
  font-size: 0.625rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-black {
  color: var(--black);
}
.text-default-button {
  color: var(--primary-500);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-neutral-500 {
  color: var(--neutral-500);
}
.text-neutral-600 {
  color: var(--neutral-600);
}
.text-neutral-700 {
  color: var(--neutral-700);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-warning-500 {
  color: var(--warning-500);
}
.text-white {
  color: var(--white);
}
.underline {
  text-decoration-line: underline;
}

/* Mobile fonts */

@media (min-width: 412px) {

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-2xl {
    font-size: 2rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }
}

@media (min-width: 900px) {

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


:root{--black: hsl(0, 0%, 0%);--white: hsl(0, 0%, 100%);--primary-100: hsl(180, 33%, 96%);--primary-200: hsl(187, 100%, 92%);--primary-300: hsl(187, 44%, 76%);--primary-400: hsl(187, 32%, 59%);--primary-500: hsl(187, 72%, 31%);--primary-600: hsl(187, 71%, 26%);--neutral-100: hsl(30, 40%, 98%);--neutral-200: hsl(0, 0%, 95%);--neutral-300: hsl(0, 0%, 87%);--neutral-400: hsl(220, 6%, 72%);--neutral-500: hsl(197, 3%, 46%);--neutral-600: hsl(222, 11%, 35%);--neutral-700: hsl(222, 11%, 17%);--highlight-100: hsl(15, 85%, 69%);--highlight-200: hsl(15, 85%, 63%);--highlight-300: hsl(15, 85%, 58%);--highlight-400: hsl(15, 85%, 52%);--highlight-500: hsl(15, 77%, 45%);--success-100: hsl(137, 69%, 95%);--success-200: hsl(137, 33%, 79%);--success-300: hsl(135, 28%, 64%);--success-400: hsl(134, 25%, 49%);--success-500: hsl(128, 37%, 34%);--error-100: hsl(0, 100%, 96%);--error-200: hsl(1, 65%, 70%);--error-300: hsl(2, 66%, 38%);--error-400: hsl(3, 90%, 25%);--error-500: hsl(4, 100%, 13%);--warning-100: hsl(46, 100%, 94%);--warning-200: hsl(45, 100%, 75%);--warning-300: hsl(45, 100%, 58%);--warning-400: hsl(42, 100%, 50%);--warning-500: hsl(45, 100%, 21%)}html.humi-rebrand{--primary-100: hsl(280, 14%, 96%);--primary-200: hsl(274, 15%, 91%);--primary-300: hsl(278, 16%, 80%);--primary-400: hsl(280, 19%, 56%);--primary-500: hsl(280, 30%, 44%);--primary-600: hsl(280, 30%, 36%);--informative-100: hsl(220, 86%, 97%);--informative-200: hsl(222, 81%, 94%);--informative-300: hsl(222, 82%, 87%);--informative-400: hsl(220, 84%, 78%);--informative-500: hsl(217, 86%, 67%);--informative-600: hsl(213, 87%, 57%);--informative-700: hsl(213, 66%, 46%);--informative-800: hsl(213, 66%, 38%);--informative-900: hsl(213, 66%, 27%)}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-ExtraLight.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-ExtraLight.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-ExtraLight.otf) format("opentype");font-weight:200;font-style:normal}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-ExtraLightItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-ExtraLightItalic.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-ExtraLightItalic.otf) format("opentype");font-weight:200;font-style:italic}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-Light.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-Light.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-Light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-LightItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-LightItalic.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-LightItalic.otf) format("opentype");font-weight:300;font-style:italic}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-Regular.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-Regular.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-RegularItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-RegularItalic.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-RegularItalic.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-Medium.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-Medium.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-MediumItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-MediumItalic.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-SemiBold.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-SemiBold.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-SemiBold.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-SemiBoldItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-SemiBoldItalic.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-SemiBoldItalic.otf) format("opentype");font-weight:600;font-style:italic}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-Bold.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-Bold.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-Bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-BoldItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-BoldItalic.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-ExtraBold.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-ExtraBold.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-ExtraBold.otf) format("opentype");font-weight:800;font-style:normal}@font-face{font-family:PPMori;src:url(/humi-design-library-assets/font/mori/WOFF2/PPMori-ExtraBoldItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/mori/WOFF/PPMori-ExtraBoldItalic.woff) format("woff"),url(/humi-design-library-assets/font/mori/OTF/PPMori-ExtraBoldItalic.otf) format("opentype");font-weight:800;font-style:italic}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-X-Light.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-X-Light.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-X-Light.otf) format("opentype");font-weight:200;font-style:normal}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-X-LightItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-X-LightItalic.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-X-LightItalic.otf) format("opentype");font-weight:200;font-style:italic}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-Light.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-Light.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-Light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-LightItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-LightItalic.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-LightItalic.otf) format("opentype");font-weight:300;font-style:italic}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-Regular.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-Regular.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-RegularItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-RegularItalic.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-RegularItalic.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-Medium.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-Medium.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-MediumItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-MediumItalic.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-Bold.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-Bold.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-Bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-BoldItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-BoldItalic.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-X-Bold.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-X-Bold.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-X-Bold.otf) format("opentype");font-weight:800;font-style:normal}@font-face{font-family:Tenon;src:url(/humi-design-library-assets/font/tenon/WOFF2/Tenon-X-BoldItalic.woff2) format("woff2"),url(/humi-design-library-assets/font/tenon/WOFF/Tenon-X-BoldItalic.woff) format("woff"),url(/humi-design-library-assets/font/tenon/OTF/Tenon-X-BoldItalic.otf) format("opentype");font-weight:800;font-style:italic}:root{--font-family: "Tenon";--heading-level-1-font-weight: 500;--heading-level-2-font-weight: 500;--heading-level-3-font-weight: 500;--heading-level-4-font-weight: 500;--heading-level-5-font-weight: 500;--heading-level-6-font-weight: 500}html.humi-rebrand{--font-family: "PPMori";--heading-level-1-font-weight: 600;--heading-level-2-font-weight: 600;--heading-level-3-font-weight: 600;--heading-level-4-font-weight: 600;--heading-level-5-font-weight: 600;--heading-level-6-font-weight: 600}:root{--pill-default-text-color: var(--neutral-600);--pill-default-background-color: var(--neutral-300);--pill-informative-text-color: var(--primary-600);--pill-informative-background-color: var(--primary-200)}html.humi-rebrand{--pill-informative-text-color: var(--informative-800);--pill-informative-background-color: var(--informative-200);--pill-default-text-color: var(--primary-600);--pill-default-background-color: var(--primary-200)}
