@charset "UTF-8";
:root, [data-theme=default] {
  --color: inherit;
  --color-inherit: inherit;
  --font-size: inherit;
  --line-height: inherit;
  --font-weight: inherit;
  --letter-spacing: inherit;
  --text-decoration: inherit;
  --text-transform: inherit;
  --base: 24;
  --html-bgcolor: #0a0a0a;
  --body-bgcolor: hsl(0, 0%, 99.61%);
  --base-color: #0a0a0a;
  --base-font: system-ui, sans-serif;
  --base-size: 16;
  --base-leading: 1.5;
  --base-weight: 300;
  --color-white: hsl(0, 0%, 99.61%);
  --color-white-h: 220;
  --color-white-s: 90%;
  --color-white-l: 56%;
  --color-black: #0a0a0a;
  --white: #fefefe;
  --black: #0a0a0a;
  --light: hsl(0, 0%, 99.61%);
  --dark: #0a0a0a;
  --color-light: hsl(0, 0%, 99.61%);
  --color-dark: #0a0a0a;
  --bgcolor-light: #eeeeee;
  --bgcolor-dark: #333333;
  --color-1-hex: #cc0000;
  --color-1: hsl(220, 90%, 56%);
  --color-1-h: 220;
  --color-1-s: 90%;
  --color-1-l: 56%;
  --color-2: #00b3ff;
  --color-3: #ffa900;
  --color-accent: hsl(220, 90%, 56%);
  --color-contrast: #333333;
  --border-color: #cccccc;
  --prose: var(--prose-fluid-100);
  --prose-fluid-50: clamp(45ch, 50%, 75ch);
  --prose-fluid-100: clamp(45ch, 100%, 75ch);
  --prose-responsive: clamp(45ch, 50%, 75ch);
  --weight-thin: 100;
  --weight-ultra-light: 200;
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;
  --weight-black: 900;
  --weight-1: 100;
  --weight-2: 200;
  --weight-3: 300;
  --weight-4: 400;
  --weight-5: 500;
  --weight-6: 600;
  --weight-7: 700;
  --weight-8: 800;
  --weight-9: 900;
  --ratio: 1.3;
  --font-size-xxs: 0.6875rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 0.9375rem;
  --font-smaller: 75%;
  --font-larger: 125%;
  --button-size: inherit;
  --button-size-sm: 0.6875rem;
  --button-size-lg: 0.6875rem;
  --space: 1.5rem;
  --space-xxxs: 0.375rem;
  --space-xxs: 0.75rem;
  --space-xs: 1.5rem;
  --space-sm: 3rem;
  --space-md: 4.5rem;
  --space-lg: 6rem;
  --width-xxs: 320px;
  --width-xxs: 320px;
  --width-xs: 480px;
  --width-sm: 640px;
  --width-md: 768px;
  --width-lg: 1024px;
  --width-xl: 1280px;
  --width-xxl: 1920px;
  --height-header: 200px;
  --height-jumpmenu: 100px;
  --jump-section-offset: 43px;
  --z-index-below: -1;
  --z-index-content: 2;
  --z-index-header: 3;
  --z-index-fixed: 10;
  --z-index-overlay: 15;
  --z-index-top: 2147483647;
  --page-min-width: 20rem;
  --page-max-width: 100rem;
  --page-padding-x: 1.5rem;
  --content-min-width: 20rem-1.5rem;
  --content-max-width: 72rem;
  --story-width: 40rem;
  --gap: 1.5rem;
  --row-gap: 1.5rem;
  --col-gap: 1.5rem;
  --sidebar-width: 10rem;
  --section-width: 51.5rem;
  --text-min-width: 45ch;
  --text-max-width: 75ch;
  --text-width: clamp(45ch, 50%, 75ch);
  --block-padding: 0.75rem;
  --container-space-x: max(1.5rem, 50vw - 72rem / 2);
  --container-space-y: 1.5rem;
  --icon-chevron-right: url('data:image/svg+xml,%3Csvg class="icon-chevron-right" viewBox="0 0 256 512" role="img" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M64 448c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L178.8 256L41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z"/%3E%3C/svg%3E');
  --grid-page-gutter: var(--size-10);
  --grid-page-width: var(--width-lg);
  --color-bg: var(--dark);
  --color-border: var(--dark);
  --color-text: var(--light);
}

:root {
  --scale-0: 1rem;
  --scale-1: 1.125rem;
  --scale-2: 1.25rem;
  --scale-3: 1.5rem;
  --scale-4: 1.875rem;
  --scale-5: 2.25rem;
  --scale-6: 3rem;
  --scale-7: 3.75rem;
  --scale-8: 4.5rem;
  --scale-9: 6rem;
  --scale-10: 8rem;
  --scale-000: 0.75rem;
  --scale-00: 0.875rem;
  --scale-fluid-0: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  --scale-fluid-1: clamp(1rem, 0.925rem + 0.25vw, 1.125rem);
  --scale-fluid-2: clamp(1.125rem, 1.05rem + 0.25vw, 1.25rem);
  --scale-fluid-3: clamp(1.25rem, 1.1rem + 0.5vw, 1.5rem);
  --scale-fluid-4: clamp(1.5rem, 1.275rem + 0.75vw, 1.875rem);
  --scale-fluid-5: clamp(1.875rem, 1.65rem + 0.75vw, 2.25rem);
  --scale-fluid-6: clamp(2.25rem, 1.8rem + 1.5vw, 3rem);
  --scale-fluid-7: clamp(3rem, 2.55rem + 1.5vw, 3.75rem);
  --scale-fluid-8: clamp(3.75rem, 3.3rem + 1.5vw, 4.5rem);
  --scale-fluid-9: clamp(4.5rem, 3.6rem + 3vw, 6rem);
  --scale-fluid-10: clamp(6rem, 4.8rem + 4vw, 8rem);
  --scale-fluid-000: clamp(0.625rem, 0.55rem + 0.25vw, 0.75rem);
  --scale-fluid-00: clamp(0.75rem, 0.675rem + 0.25vw, 0.875rem);
  --font-sans: system-ui, -apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu,
    Cantarell, Helvetica Neue;
  --font-serif: Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: Consolas, Menlo, Monaco, "Liberation Mono", monospace;
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;
  --weight-black: 900;
  --line-none: 1;
  --line-xs: 1.15;
  --line-sm: 1.3;
  --line-md: 1.5;
  --line-lg: 1.75;
  --line-xl: 2;
  --letter-xs: -0.05em;
  --letter-sm: -0.025em;
  --letter-none: 0em;
  --letter-lg: 0.025em;
  --letter-xl: 0.05em;
  --prose-xs: 45ch;
  --prose-sm: 55ch;
  --prose-md: 65ch;
  --prose-lg: 75ch;
  --prose-xl: 85ch;
  --size-1: 4px;
  --size-2: 8px;
  --size-3: 12px;
  --size-4: 16px;
  --size-5: 20px;
  --size-6: 24px;
  --size-7: 28px;
  --size-8: 32px;
  --size-9: 36px;
  --size-10: 40px;
  --size-11: 44px;
  --size-12: 48px;
  --size-14: 56px;
  --size-16: 64px;
  --size-20: 80px;
  --size-24: 96px;
  --size-28: 112px;
  --size-32: 128px;
  --size-36: 144px;
  --size-40: 160px;
  --size-44: 176px;
  --size-48: 192px;
  --size-52: 208px;
  --size-56: 224px;
  --size-60: 240px;
  --size-64: 256px;
  --size-72: 288px;
  --size-80: 320px;
  --size-96: 384px;
  --size-px: 1px;
  --size-full: 100%;
  --size-screen: 100vw;
  --size-min: min-content;
  --size-max: max-content;
  --ratio-square: 1/1;
  --ratio-portrait: 3/4;
  --ratio-landscape: 4/3;
  --ratio-tall: 2/3;
  --ratio-wide: 3/2;
  --ratio-widescreen: 16/9;
  --ratio-golden: 1.618/1;
  --radius-100: 100%;
  --radius-xs: 3px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --blur-xs: blur(4px);
  --blur-sm: blur(8px);
  --blur-md: blur(16px);
  --blur-lg: blur(24px);
  --blur-xl: blur(40px);
  --shadow-xs: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-sm: 0 4px 6px -2px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 12px 16px -4px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 20px 24px -4px rgba(0, 0, 0, 0.1),
    0 8px 8px -4px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 24px 48px -12px rgba(0, 0, 0, 0.25);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --easing-accelerate: cubic-bezier(0.4, 0, 1, 1);
  --easing-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --elevation-1: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --elevation-2: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --elevation-3: 0 4px 6px -2px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.06);
  --elevation-4: 0 12px 16px -4px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --elevation-5: 0 20px 24px -4px rgba(0, 0, 0, 0.1),
    0 8px 8px -4px rgba(0, 0, 0, 0.04);
  --elevation-6: 0 24px 48px -12px rgba(0, 0, 0, 0.25);
  --elevation-7: 0 32px 64px -12px rgba(0, 0, 0, 0.2);
  --color-grey-50: #f9fafb;
  --color-grey-100: #f2f4f5;
  --color-grey-200: #e8eaed;
  --color-grey-300: #d4d7dd;
  --color-grey-400: #a5aab4;
  --color-grey-500: #767c89;
  --color-grey-600: #555d6e;
  --color-grey-700: #3f4754;
  --color-grey-800: #2c343f;
  --color-grey-900: #10181c;
  --color-black: #14141b;
  --color-grey: var(--color-grey-500);
  --color-red-300: #fc8181;
  --color-red-500: #e53e3e;
  --color-red-700: #c53030;
  --color-red: var(--color-red-500);
  --color-green-300: #9ae6b4;
  --color-green-500: #48bb78;
  --color-green-700: #2f855a;
  --color-green: var(--color-green-500);
  --color-blue-300: #63b3ed;
  --color-blue-500: #4299e1;
  --color-blue-700: #3182ce;
  --color-blue: var(--color-blue-500);
  --color-pink-300: #fbb6ce;
  --color-pink-500: #ed64a6;
  --color-pink-700: #d53f8c;
  --color-pink: var(--color-pink-500);
  --color-purple-300: #b794f4;
  --color-purple-500: #805ad5;
  --color-purple-700: #6b46c1;
  --color-purple: var(--color-purple-500);
  --color-teal-300: #81e6d9;
  --color-teal-500: #38b2ac;
  --color-teal-700: #2c7a7b;
  --color-teal: var(--color-teal-500);
  --color-yellow-300: #faf089;
  --color-yellow-500: #ecc94b;
  --color-yellow-700: #d69e2e;
  --color-yellow: var(--color-yellow-500);
  --color-orange-300: #fbd38d;
  --color-orange-500: #ed8936;
  --color-orange-700: #dd6b20;
  --color-orange: var(--color-orange-500);
  --color-brown-300: #a1887f;
  --color-brown-500: #795548;
  --color-brown-700: #5d4037;
  --color-brown: var(--color-brown-500);
  --grid-2: repeat(2, minmax(0, 1fr));
  --grid-3: repeat(3, minmax(0, 1fr));
  --grid-4: repeat(4, minmax(0, 1fr));
  --grid-5: repeat(5, minmax(0, 1fr));
  --grid-6: repeat(6, minmax(0, 1fr));
  --grid-7: repeat(7, minmax(0, 1fr));
  --grid-8: repeat(8, minmax(0, 1fr));
  --grid-9: repeat(9, minmax(0, 1fr));
  --grid-10: repeat(10, minmax(0, 1fr));
  --grid-11: repeat(11, minmax(0, 1fr));
  --grid-12: repeat(12, minmax(0, 1fr));
  --grid-page-width: var(--width-xl);
  --grid-page-gutter: 5vw;
  --grid-page-main: 2 / 3;
  --grid-page: minmax(var(--grid-page-gutter), 1fr)
    minmax(0, var(--grid-page-width)) minmax(var(--grid-page-gutter), 1fr);
}

/* @docs
label: Core Remedies
version: 0.1.0-beta.2

note: |
  These remedies are recommended
  as a starter for any project.

category: file
*/
/* @docs
label: Box Sizing

note: |
  Use border-box by default, globally.

category: global
*/
*, ::before, ::after {
  box-sizing: border-box;
}

/* @docs
label: Line Sizing

note: |
  Consistent line-spacing,
  even when inline elements have different line-heights.

links:
  - https://drafts.csswg.org/css-inline-3/#line-sizing-property

category: global
*/
html {
  line-sizing: normal;
}

/* @docs
label: Body Margins

note: |
  Remove the tiny space around the edge of the page.

category: global
*/
body {
  margin: 0;
}

/* @docs
label: Hidden Attribute

note: |
  Maintain `hidden` behaviour when overriding `display` values.

  category: global
*/
[hidden] {
  display: none;
}

/* @docs
label: Heading Sizes

note: |
  Switch to rem units for headings

category: typography
*/
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

/* @docs
label: H1 Margins

note: |
  Keep h1 margins consistent, even when nested.

category: typography
*/
h1 {
  margin: 0.67em 0;
}

/* @docs
label: Pre Wrapping

note: |
  Overflow by default is bad...

category: typography
*/
pre {
  white-space: pre-wrap;
}

/* @docs
label: Horizontal Rule

note: |
  1. Solid, thin horizontal rules
  2. Remove Firefox `color: gray`
  3. Remove default `1px` height, and common `overflow: hidden`

category: typography
*/
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

/* @docs
label: Responsive Embeds

note: |
  1. Block display is usually what we want
  2. The `vertical-align` removes strange space-below in case authors overwrite the display value
  3. Responsive by default
  4. Audio without `[controls]` remains hidden by default

category: embedded elements
*/
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

/* @docs
label: Responsive Images

note: |
  These new elements display inline by default,
  but that's not the expected behavior for either one.
  This can interfere with proper layout and aspect-ratio handling.

  1. Remove the unnecessary wrapping `picture`, while maintaining contents
  2. Source elements have nothing to display, so we hide them entirely

category: embedded elements
*/
picture {
  display: contents;
}

source {
  display: none;
}

/* @docs
label: Aspect Ratios

note: |
  Maintain intrinsic aspect ratios when `max-width` is applied.
  `iframe`, `embed`, and `object` are also embedded,
  but have no intrinsic ratio,
  so their `height` needs to be set explicitly.

category: embedded elements
*/
img, svg, video, canvas {
  height: auto;
}

/* @docs
label: Audio Width

note: |
  There is no good reason elements default to 300px,
  and audio files are unlikely to come with a width attribute.

category: embedded elements
*/
audio {
  width: 100%;
}

/* @docs
label: Image Borders

note: |
  Remove the border on images inside links in IE 10 and earlier.

category: legacy browsers
*/
img {
  border-style: none;
}

/* @docs
label: SVG Overflow

note: |
  Hide the overflow in IE 10 and earlier.

category: legacy browsers
*/
svg {
  overflow: hidden;
}

/* @docs
label: HTML5 Elements

note: |
  Default block display on HTML5 elements.
  For oldIE to apply this styling one needs to add some JS as well (i.e. `document.createElement("main")`)

links:
  - https://www.sitepoint.com/html5-older-browsers-and-the-shiv/

category: legacy browsers
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* @docs
label: Checkbox & Radio Inputs

note: |
  1. Add the correct box sizing in IE 10
  2. Remove the padding in IE 10

category: legacy browsers
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background-color: var(--html-bgcolor, black);
}

body {
  margin: 0 auto;
  min-height: 100vh;
  width: 100%;
  min-width: var(--min-width);
  max-width: var(--page-width);
  color: var(--base-color, black);
  background-color: var(--base-bgcolor, white);
  font-family: var(--base-font, system-ui, sans-serif);
  font-size: var(--base-size, unset);
  font-weight: var(--base-weight, normal);
  line-height: var(--base-leading, 1.5);
  max-width: var(--page-width, 1600px);
  text-rendering: optimizeSpeed;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

html, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

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

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

textarea {
  border-style: solid;
}

hr {
  width: 100%;
  color: #cccccc;
}

svg {
  display: block;
  height: auto !important;
  max-width: 100%;
}

svg {
  display: block;
  height: auto !important;
  max-width: 100% !important;
}

img {
  display: block;
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

nav > ul {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-left: -0.5rem;
  padding-right: 0;
  margin-right: -0.5rem;
}
nav > ul > li {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

svg {
  fill: currentColor;
}
svg:not([class]), svg[class^=img] {
  resize: horizontal;
  overflow: hidden;
  vertical-align: middle;
}

.box {
  --padding: var(--block-padding, 0.75rem);
  --bgcolor: var(--box-bgcolor, #eeeeee);
  --width: var(--content-width);
}

.box {
  display: flex;
  flex-direction: column;
  background-color: var(--bgcolor);
  padding: var(--padding);
}

.button-dark, .button-open, .button {
  all: unset;
  display: inline-block;
  position: relative;
  color: var(--color-text);
  background-color: var(--color-bg);
  border-style: solid;
  border-width: var(--border-width);
  border-color: var(--color-border);
  border-radius: var(--border-radius);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: var(--weight-medium);
  line-height: var(--line-height);
  padding: var(--padding-y) var(--padding-x);
  align-self: center;
  text-align: center;
  user-select: none;
  cursor: pointer;
  margin: 0;
}
.button-dark, .button-open, .button {
  --color: var(--color-1-hex, blue);
  --color-bg:var(--color-black, blue);
  --color-border: var(--color-black, blue);
  --color-text: var(---color-white, white);
  --font-sans: var(--button-size, inherit);
  --font-size: var(--button-size, inherit);
  --font-weight: var(--weight-medium, inherit);
  --line-height: var(--line-none, inherit);
  --border-radius: var(--radius-xs, 0.5rem);
  --border-width: var(--border-width, 2px);
  --padding-y: var(--size-3, 0.75rem);
  --padding-x: var(--size-5, 1.5rem);
}
.button-dark:hover, .button-open:hover, .button:hover {
  background-color: hsl(var(--color-1-h), var(--color-1-s), calc(var(--color-1-l) * 1.1));
  border-color: hsl(var(--color-1-h), var(--color-1-s), calc(var(--color-1-l) * 1.1));
  z-index: 1;
}
.button {
  background-color: var(--color-bg, black);
  border-color: var(--color-border, black);
  color: var(--color-text, white);
}
.button-1 {
  --color-bg: var(--color-1, blue);
  --color-border: var(--color-1, blue);
  --color-text: var(---color-white, white);
}

.button-open {
  color: var(--dark, black);
  background-color: transparent;
}
.button-open:hover {
  color: white;
  background-color: var(--color-1);
}

.button-dark {
  color: var(--light, white);
  background-color: var(--dark, #333333);
}

.buttons > *, .grid-list-filter .filter-group > * {
  display: inline-block;
}
.buttons * + *, .grid-list-filter .filter-group * + * {
  margin-left: var(--space, 1rem);
}

.button-group {
  display: flex;
}
.button-group > * {
  margin-left: -1px;
  border-radius: 0;
}
.button-group > * {
  --padding: var(--size-2) var(--size-3);
}
.button-group > *:first-child {
  border-top-left-radius: var(--radius-xs);
  border-bottom-left-radius: var(--radius-xs);
}
.button-group > *:last-child {
  border-top-right-radius: var(--radius-xs);
  border-bottom-right-radius: var(--radius-xs);
}

.-is-hidden {
  display: none !important;
}

.-is-invisible {
  visibility: hidden !important;
  z-index: var(--z-index-below, -1) !important;
}

.-is-visible {
  visibility: inherit !important;
  opacity: inial !important;
  z-index: initial !important;
}

.-is-vanished {
  width: 0px !important;
  display: none !important;
  visibility: hidden !important;
  mso-hide: all;
  font-size: 1px !important;
  line-height: 1px !important;
  max-width: 0px !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

.-is-sticky {
  position: sticky !important;
  top: var(--top) !important;
  background-color: var(--bgcolor) !important;
  z-index: var(--z-index) !important;
}
.-is-sticky {
  --bgcolor: var(--white, white);
  --z-index: var(--z-index-fixed, 10);
  --top: 0;
}

.-is-stuck {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  z-index: var(--z-index-fixed, 10) !important;
  background-color: var(--bgcolor, white) !important;
  border-bottom: 1px solid #ccc !important;
}

.-fullwidth,
.-is-fullwidth {
  width: 100vw !important;
}
.-fullwidth,
.-is-fullwidth {
  --padding-y: var(--page-padding-x, 1.5rem);
  --padding-x: var(--page-padding-x, 1.5rem);
  --width: 100%;
}

.-is-block {
  display: block !important;
}

.-grow {
  flex: 1 !important;
}

.-shrink {
  flex: 0 0 auto !important;
}

.-stretch {
  display: flex;
  align-items: stretch;
}

.-push-right {
  margin-left: auto !important;
}

.-push-left {
  margin-right: auto !important;
}

.-first {
  order: 0 !important;
}

.-last,
.-end {
  order: 2 !important;
}

.-tx-label {
  display: inline !important;
  box-decoration-break: clone !important;
}

.jump-menu {
  font-size: var(--font-size) !important;
  font-weight: var(--weight) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}
.jump-menu {
  --font-size: var(--font-size);
  --weight: var(--weight-6, bold);
}

.-tx-label {
  --font-size: var(--font-smaller, 75%) !important;
  --letter-spacing: var(--letter-sm, -0.05em) !important;
  font-size: var(--font-size) !important;
  letter-spacing: var(--letter-spacing) !important;
  text-transform: uppercase !important;
}
.-tx-tel {
  font-size: 115% !important;
}
.-tx-dimmed {
  opacity: 0.5 !important;
}
.-tx-xxs {
  --font-size: var(--font-size-xxs, 0.6875rem);
  font-size: var(--font-size) !important;
}
.-tx-sm {
  --font-size: var(--font-size-sm, 0.875rem);
  font-size: var(--font-size) !important;
}
.-tx-md {
  --font-size: var(--font-size-md, 0.9375rem);
  font-size: var(--font-size) !important;
}
.-tx-smaller {
  --font-size: var(--font-smaller, 75%);
  font-size: var(--font-size) !important;
}
.-tx-larger {
  --font-size: var(--font-larger, 125%);
  font-size: var(--font-size) !important;
}
.-tx-center {
  text-align: center !important;
}

.-w-100, .-w-full {
  width: 100% !important;
}

.-f-100, .-f-full {
  flex: 100 !important;
}
.-f-66, .-f-sixth {
  flex: 66 !important;
}
.-f-50, .-f-half {
  flex: 50 !important;
}
.-f-33, .-f-third {
  flex: 0.3333333333 !important;
}
.-f-25, .-f-quarter {
  flex: 25 !important;
}

.ic-checked::before {
  content: "✓ " !important;
}

.container-full, .container, .grid-list-filter {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  margin-left: auto;
  margin-right: auto;
}

.container, .grid-list-filter {
  --padding-x: var(--container-space-x, 3rem);
}

.container-full {
  min-width: var(--page-min-width, 100rem);
  max-width: var(--page-max-width, 100rem);
}
.container-full {
  --padding-x: var(--page-padding-x, 1rem);
}

.sticky-div {
  position: relative;
  width: var(--section-width);
  background-color: red;
}

.sidebar {
  min-width: 10ch;
  width: var(--width);
}
.sidebar {
  --width: var(--sidebar-width, 180px);
}

.content {
  display: flex;
  flex-direction: column;
  width: var(--story-width);
  max-width: var(--story-width);
}
.content {
  --space: var(--space-xxs);
}
.content div, .content object, .content iframe, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content blockquote, .content ol, .content ul, .content form, .content legend, .content label, .content table, .content header, .content footer, .content nav, .content section, .content figure {
  margin-bottom: var(--space);
}

.richtext > * {
  max-width: var(--story-width);
  width: var(--prose-responsive);
}
.richtext > img {
  display: block;
  max-width: var(--page-max-width);
}

.form {
  --space: var(--space-xxxs);
}

.form {
  --colwidth: 12ch;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 1rem;
}
.control-label:first-child {
  width: var(--colwidth);
}
.control-label:first-child .control-label {
  width: auto;
}

.form-group-header {
  width: 100%;
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  align-items: baseline;
  margin-bottom: var(--space);
}
.form-group .input-group {
  flex-direction: column;
}

input[type=url] {
  flex: 1;
}

textarea[rows] {
  width: 100%;
  min-height: 0;
  height: auto;
  resize: none;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input.form-control:invalid ~ span.validity::after {
  content: "✖";
  color: red;
}

input.form-control:valid ~ span.validity::after {
  content: "✓";
  color: green;
}

.grid, .cards {
  display: grid;
  grid-gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(var(--min-width), var(--max-width)));
}
.grid, .cards {
  --min-width: var(--width-xxs, 320px);
  --max-width: 1fr;
  --gap: 2rem;
  --bgcolor: white;
}

.grid > .fullwidth, .cards > .fullwidth {
  grid-column: 1/-1;
}

svg[class*=icon] {
  pointer-events: none;
}

.icon:not(svg) {
  display: inline-flex;
  align-self: center;
}
.icon:not(svg).baseline svg {
  top: 0.125em;
  position: relative;
}

.layout {
  width: 100%;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 180px;
  grid-template-areas: "main sidebar";
}
.layout__sidebar {
  grid-area: sidebar;
  align-items: start;
}
.layout__main {
  grid-area: main;
}

.local-info {
  display: flex;
  justify-content: space-between;
}
.local-info > *:first-child {
  margin-right: 1rem;
}
.local-info > *:last-child {
  margin-left: 1rem;
}

.row {
  display: flex;
}
.row > * {
  flex: 0 0 auto;
}
/* grid */
.my-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.my-list::after, .my-list > * {
  content: "";
  width: calc(33.3333% - 20px);
  margin-bottom: 30px;
}

.list-inline, .list-icons-big, .list-icons, .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-bare {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-bare > li {
  margin-left: 0;
}

.list:not([class]) {
  list-style: disc;
}
/**
 * Display lists on a single line.
 * @bugfix Prevent webkit from removing list semantics
 * 1. Add a non-breaking space
 * 2. Make sure it doesn't mess up the DOM flow
 */
.list-icons > li {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  line-height: normal;
}

.list-icons-big > li {
  flex: 1 0 50%;
  margin-block: 1rem;
  line-height: normal;
}

.list-inline {
  align-items: center;
  padding-left: 0;
  margin-left: -0.5rem;
  padding-right: 0;
  margin-right: -0.5rem;
}
.list-inline > li {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.list-inline > li:before {
  content: "​"; /* 1 */
  position: absolute; /* 2 */
}

.nav-jump, .nav {
  font-size: var(--font-size);
  display: inline-block;
}
.nav-jump, .nav {
  --weight: var(--weight-6);
  --font-size: var(--font-size-sm);
}

.nav__list {
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  margin-left: -0.5rem;
  padding-right: 0;
  margin-right: -0.5rem;
}
.nav__link {
  font-weight: var(--weight);
  text-decoration: none;
}
.overlay__content, .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.overlay {
  background-color: var(--bgcolor);
  position: fixed;
  overflow: hidden;
  visibility: hidden;
  z-index: var(--z-index-overlay, 99999);
  padding: space(overlay, padding);
}
.overlay {
  --bgcolor: var(--white, white) ;
}
.overlay__content {
  position: relative;
  z-index: 1;
  background-color: white;
}
.overlay__movie {
  width: var(--content-max-width, 1366px);
}
.overlay__img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  cursor: zoom-out;
}
.overlay__close {
  position: absolute;
  z-index: var(--z-index);
  top: 0;
  right: 0;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  padding: 10px 15px 10px 10px;
}
.overlay__close {
  z-index: var(--z-index-below, -1);
}
[data-state=overlay-show] .overlay {
  z-index: z-index(overlay, show);
  visibility: visible;
}
[data-state=overlay-show] .overlay::after {
  content: "X";
  width: space(overlay, padding);
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  opacity: 0.5;
  color: black;
}

.page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: var(--page-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page__main {
  flex: 1;
}
.page__header {
  margin-top: auto;
}
.page__footer {
  margin-top: auto;
}
.section, [class*=section-] {
  scroll-margin-top: var(--jump-offset);
}
.section, [class*=section-] {
  --jump-offset: var(--jump-section-offset, 50px);
}

.section, [class*=section-] {
  margin-inline: auto;
  width: 100%;
  max-width: var(--width);
  padding-top: var(--padding-y);
  padding-bottom: var(--padding-y);
  padding-right: var(--padding-x);
  padding-left: var(--padding-x);
  background-color: var(--bgcolor);
}
.section, [class*=section-] {
  --padding-y: var(--section-padding-x, 1.5rem);
}

[class*=section-] {
  --width: var(--content-max-width, 1366px);
  --padding-x: var(--page-padding-x, 1.5rem);
}
[class*=section-]:has(+ [class*=section-]) {
  padding-bottom: calc(var(--padding-y) / 2);
}
[class*=section-] + [class*=section-] {
  padding-top: calc(var(--padding-y) / 2);
}

.section {
  --padding-x: var(--page-padding-x, 1.5rem);
}

.section-content {
  display: flex;
  justify-content: center;
}
.page__header {
  padding-bottom: var(--space-xs);
}

.page__footer {
  background-color: #333333;
}

.topbar {
  --padding-y: var(--space-xxs);
}

.brand-logo-main {
  width: 160px;
}

.brand-values {
  font-size: var(--font-size);
  text-align: center;
  color: var(--color);
  background-color: var(--bgcolor);
  padding: 0.35rem 0;
}
.brand-values {
  --color: var(--white);
  --bgcolor: var(--color-black);
  --font-size: var(--font-size-sm);
}

.story-hero::after {
  content: "";
  opacity: 0.6;
  background-color: red;
  background-image: url("../img/local-hero-orihuela-costa-02.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.story-hero {
  position: relative;
  z-index: 0;
}

.account-menu {
  font-weight: var(--weight-5);
}

.main-menu {
  font-weight: var(--weight-5);
}

.jump-menu {
  text-align: center;
}

.price {
  padding: 0 0.2em;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: normal;
}
.price::before {
  content: "€";
  padding-right: 0.15em;
  font-size: 80%;
  opacity: 0.6;
  font-weight: normal;
}
.price::after {
  content: "/ wk";
  position: relative;
  top: -6px;
  padding-left: 0.15em;
  font-size: 60%;
  opacity: 0.6;
}

.features {
  font-weight: var(--weight-5);
  font-size: 0.9375rem;
}
.features svg {
  margin-right: 0.24rem;
}
.features .icon + .icon {
  margin-left: 1rem;
}

.rating {
  font-size: 87.5%;
  font-weight: var(--weight-bold);
}
.place + .rating {
  margin-left: var(--space-xxs);
}
.rating small {
  font-weight: normal;
  opacity: 0.6;
}

.columns {
  display: flex;
}
.columns > :last-child {
  margin-left: auto;
}

.user-profile-image {
  width: 3rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: var(--color);
  border-radius: 100vh;
}

.grid-list-filter {
  text-transform: uppercase;
  padding-top: var(--space);
  padding-bottom: var(--space);
  border-bottom: 1px solid #CCC;
}
.grid-list-filter .filter-group > .filter {
  flex-grow: 1;
}
.grid-list-filter .filter-group > .filter {
  --font-size: rem(11);
  --padding: var(--size-2) var(--size-3);
}

.breadcrumb {
  line-height: var(--line-lg, 1.5);
  font-size: 0.875rem;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__listitem:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "›";
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  word-wrap: break-word;
  width: fit-content;
  background-color: var(--bgcolor, white);
  line-height: var(--line-sm, 1.3);
}

.cards {
  --max-width: 0.3333333333fr;
}

.card {
  --space: var(--size-4, 1rem);
  --padding: var(--size-4, 1rem);
  --ratio: var(--ratio-widescreen, 4/3);
}
.card__link {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.card__cover {
  position: relative;
}
.card__image {
  display: block;
  aspect-ratio: var(--ratio);
  object-fit: cover;
  border-radius: 10px;
}
.card__cover::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}
.card__save {
  position: absolute;
  padding: var(--space);
  top: 0;
  right: 0;
  z-index: 11;
}
.card__save svg {
  width: 1.5rem;
  color: white;
}
.card__price {
  position: absolute;
  z-index: 1;
  bottom: var(--space);
  right: 0;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
.card__main {
  padding: var(--space) 3px;
}
.card__main p:not(:last-child) {
  margin-bottom: var(--space);
}
.card__header {
  margin-bottom: var(--space);
  width: fit-content;
}
.card__title {
  font-size: 1.125rem;
  line-height: var(--line-xs);
  width: fit-content;
}
.card__subtitle {
  font-size: 1rem;
  font-weight: normal;
  width: fit-content;
  opacity: 0.6;
}
.card__content {
  margin-bottom: var(--space);
}
.card__footer {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.gallery {
  display: grid;
  grid-gap: var(--gap);
  grid-template-columns: repeat(var(--columns), var(--max-width));
  grid-template-rows: repeat(var(--rows), var(--max-width));
}
.gallery {
  --columns: 4;
  --rows: 2;
  --max-width: 1fr;
  --gap: 0.5rem;
}

.gallery__image {
  aspect-ratio: auto 3/2;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  object-position: 50% 50%;
}

.gallery {
  border-radius: 10px;
  overflow: hidden;
}
.gallery__link {
  display: inline;
}
.gallery__figure {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  aspect-ratio: auto 3/2;
}
.gallery__item1 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
.gallery__item2 {
  grid-column-start: 3;
}
.gallery__item3 {
  grid-column-start: 3;
  grid-row-start: 2;
}
.gallery__item4 {
  grid-column-start: 4;
  grid-row-start: 1;
}
.gallery__item5 {
  grid-column-start: 4;
  grid-row-start: 2;
}

.headline .gradient-warm {
  background: url("gradient@2x.png");
  background-clip: text;
  background-size: 100% 100%;
}

.label-black, .label {
  display: inline-block;
  font-weight: var(--weight-bold, bold);
  color: var(--color);
  background-color: var(--bgcolor);
  padding: var(--label-padding, 0.3em);
}

.label {
  display: inline-block;
  color: var(--color);
  background-color: var(--bgcolor);
}
.label {
  --color: var(--white);
  --bgcolor: var(--black, rgba(0,0,0,0.7));
}
.label-black {
  color: var(--white, white);
  background-color: rgba(0, 0, 0, 0.7);
}

.link-bookmark, .link {
  color: var(--color);
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.link-bookmark, .link {
  --color: var(--link-color, #cc0000);
}
.-is-dark .link-bookmark, .-is-dark .link {
  --color: var(--color-light);
}

.heading2 .link-bookmark {
  text-decoration: none;
  color: inherit;
}
.heading2 .link-bookmark:hover {
  text-decoration: underline;
  color: inherit;
}

.list-features {
  list-style: disc;
}

.media {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  word-wrap: break-word;
  background-color: var(--white, white);
  line-height: var(--line-sm, 1.3);
}

.media {
  --space: var(--size-4, 1rem);
  --padding: var(--size-4, 1rem);
  --ratio: var(--ratio-widescreen, 4/3);
}
.media__cover {
  position: relative;
}
.media__image {
  display: block;
  aspect-ratio: var(--ratio);
  object-fit: cover;
}
.media__save {
  position: absolute;
  padding: var(--space);
  top: 0;
  right: 0;
  z-index: 1;
}
.media__price {
  position: absolute;
  z-index: 1;
  bottom: var(--space);
}
.media__main > * {
  padding-right: var(--space);
  padding-left: var(--space);
}
.media__main p:not(:last-child) {
  margin-bottom: var(--space);
}
.media__header {
  margin-bottom: var(--space);
}
.media__title {
  font-size: 1.125rem;
  line-height: var(--line-xs);
  width: fit-content;
}
.media__subtitle {
  font-size: 1rem;
  font-weight: normal;
  width: fit-content;
}
.media__content {
  margin-bottom: var(--space);
}
.media__footer {
  border-top: 1px solid var(--border-color);
  padding-top: var(--space);
  padding-bottom: var(--space);
  text-align: right;
}

.navbar-bottom, .main-menu {
  z-index: var(--z-index, inherit);
}

.topbar {
  padding-top: var(--padding-y, 1.5rem);
  padding-bottom: var(--padding-y, 1.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jump-menu {
  border-bottom: 1px solid #ccc;
  background-color: var(--bgcolor);
}
.jump-menu {
  --space: var(--space-xxs);
  --z-index: var(--z-index-fixed);
  --bgcolor: var(--white);
}
.jump-menu .-is-stuck {
  background-color: var(--bgcolor);
}

.navbar-bottom {
  visibility: hidden;
  z-index: -1;
}
.navbar-bottom {
  --z-index: var(--layer-fixed);
}
@media screen and (max-width: 640px) {
  .navbar-bottom {
    visibility: visible;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: var(--z-index);
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    font-size: var(--font-size);
  }
  .navbar-bottom {
    --font-size: var(--button-size-lg) ;
  }
}

.slide__iframe, .slide__video, .slide__image {
  height: 100%;
  width: 100%;
}

.slide__image img, .slide__image .image {
  object-fit: cover;
  object-position: 50% 50%;
}

.slider__nav {
  display: flex;
  justify-content: space-between;
}
.slider__view {
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.slider__container {
  min-width: 100%;
  display: flex;
}

.heading1 {
  font-size: 4.3125rem;
  line-height: var(--line-none);
  font-weight: var(--weight-regular);
  color: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  text-wrap: balance;
  word-wrap: break-word;
}

.heading2 {
  font-size: 3.3125rem;
  line-height: var(--line-none);
  font-weight: var(--weight-semibold);
  color: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  text-wrap: balance;
  word-wrap: break-word;
}

.heading3 {
  font-size: 2.5625rem;
  line-height: var(--line-xs);
  font-weight: var(--weight-semibold);
  color: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  text-wrap: balance;
  word-wrap: break-word;
}

.heading4 {
  font-size: 2rem;
  line-height: var(--line-xs);
  font-weight: var(--weight-semibold);
  color: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  text-wrap: balance;
  word-wrap: break-word;
}

.heading5 {
  font-size: 1.4375rem;
  line-height: var(--line-sm);
  font-weight: var(--weight-semibold);
  color: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  text-wrap: balance;
  word-wrap: break-word;
}

.heading6 {
  font-size: 1rem;
  line-height: var(--line-md);
  font-weight: var(--weight-semibold);
  color: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  text-wrap: balance;
  word-wrap: break-word;
}

.-is-dark {
  color: var(--color-light);
}

.heading1:has(+ .subtitle1) {
  margin-bottom: 0;
}

.subtitle1 {
  color: inherit;
  font-size: var(--font-size);
  line-height: inherit;
  font-weight: var(--weight-semibold, 600);
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.subtitle1 {
  --font-size: 1.5rem;
}

.subtitle2 {
  color: inherit;
  font-size: var(--font-size);
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.subtitle2 {
  --font-size: 1.125rem;
}

.body1 {
  color: inherit;
  font-size: inherit;
  line-height: var(--base-leading, inherit);
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}

.body2 {
  color: inherit;
  font-size: inherit;
  line-height: var(--base-leading, inherit);
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}

.caption {
  color: inherit;
  font-size: inherit;
  line-height: var(--base-leading, inherit);
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}

.lead {
  color: inherit;
  font-size: var(--text-bigger, inherit);
  line-height: var(--base-leading, inherit);
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
