:root,
.font-init {
  /* Sizes */
  --border-thin: 0.2rem;
  --form-field-height: 2rem;
  /* Fonts */
  --font-headings: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  --font-ratio: 1.33;
  --font-line-height: 1.5;
  --size-300: calc(var(--size-400) / var(--font-ratio));
  --size-400: 1.4rem;
  --size-500: calc(var(--size-400) * var(--font-ratio));
  --size-600: calc(var(--size-500) * var(--font-ratio));
  --size-700: calc(var(--size-600) * var(--font-ratio));
  --size-800: calc(var(--size-700) * var(--font-ratio));
  --size-900: calc(var(--size-800) * var(--font-ratio));
}

:root {
  /* Spacing */
  --space: 0.2rem;
  --border-radius: 0.3rem;
  /* Animation */
  --animation-time-short: 125ms;
  --animation-time-medium: 250ms;
  --animation-time-long: 360ms;
  /* Shadows */
  --box-shadow-small: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --box-shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --box-shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --box-shadow-extra-large: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  /* Measures */
  --measure: 60ch;
}

:root {
  --black: #000;
  --white: #fff;
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  --fuchsia-50: #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  --violet-50: #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  --indigo-50: #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;
  --lightBlue-50: #f0f9ff;
  --lightBlue-100: #e0f2fe;
  --lightBlue-200: #bae6fd;
  --lightBlue-300: #7dd3fc;
  --lightBlue-400: #38bdf8;
  --lightBlue-500: #0ea5e9;
  --lightBlue-600: #0284c7;
  --lightBlue-700: #0369a1;
  --lightBlue-800: #075985;
  --lightBlue-900: #0c4a6e;
  --cyan-50: #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  --lime-50: #f7fee7;
  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --warmGray-50: #fafaf9;
  --warmGray-100: #f5f5f4;
  --warmGray-200: #e7e5e4;
  --warmGray-300: #d6d3d1;
  --warmGray-400: #a8a29e;
  --warmGray-500: #78716c;
  --warmGray-600: #57534e;
  --warmGray-700: #44403c;
  --warmGray-800: #292524;
  --warmGray-900: #1c1917;
  --trueGray-50: #fafafa;
  --trueGray-100: #f5f5f5;
  --trueGray-200: #e5e5e5;
  --trueGray-300: #d4d4d4;
  --trueGray-400: #a3a3a3;
  --trueGray-500: #737373;
  --trueGray-600: #525252;
  --trueGray-700: #404040;
  --trueGray-800: #262626;
  --trueGray-900: #171717;
  --gray-50: #fafafa;
  --gray-100: #f4f4f5;
  --gray-200: #e4e4e7;
  --gray-300: #d4d4d8;
  --gray-400: #a1a1aa;
  --gray-500: #71717a;
  --gray-600: #52525b;
  --gray-700: #3f3f46;
  --gray-800: #27272a;
  --gray-900: #18181b;
  --coolGray-50: #f9fafb;
  --coolGray-100: #f3f4f6;
  --coolGray-200: #e5e7eb;
  --coolGray-300: #d1d5db;
  --coolGray-400: #9ca3af;
  --coolGray-500: #6b7280;
  --coolGray-600: #4b5563;
  --coolGray-700: #374151;
  --coolGray-800: #1f2937;
  --coolGray-900: #111827;
  --blueGray-50: #f8fafc;
  --blueGray-100: #f1f5f9;
  --blueGray-200: #e2e8f0;
  --blueGray-300: #cbd5e1;
  --blueGray-400: #94a3b8;
  --blueGray-500: #64748b;
  --blueGray-600: #475569;
  --blueGray-700: #334155;
  --blueGray-800: #1e293b;
  --blueGray-900: #0f172a;
}

html {
  font-size: 62.5%;
}

body {
  background: var(--color-background);
  color: var(--color-text);
  line-height: var(--font-line-height);
  font-family: var(--font-body);
  font-size: var(--size-400);
}

a:not([class]) {
  color: var(--color-interactive);
}

:focus {
  outline: var(--color-focus-outline) 2px dashed;
  outline-offset: 0.16rem;
}

main:focus {
  outline: none;
}

[href]:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like {
  font-family: var(--font-headings);
  line-height: 1.3;
}

h1,
.h1-like,
h2,
.h2-like {
  font-weight: 900;
}

h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like {
  font-weight: 600;
}

h1,
.h1-like {
  font-size: var(--size-800);
}

h2,
.h2-like {
  font-size: var(--size-700);
}

h3,
.h3-like {
  font-size: var(--size-600);
}

h4,
.h4-like {
  font-size: var(--size-500);
}

h5,
.h5-like {
  font-size: var(--size-400);
}

p,
li {
  font-size: var(--size-400);
}

img {
  max-width: min(var(--measure), 100%);
  height: auto;
}

.text-container p,
.text-container li,
.text-container pre {
  max-width: var(--measure);
}

.text-container h1,
.text-container .h1-like {
  max-width: calc(var(--measure) / 4);
}

.text-container h2,
.text-container .h2-like {
  max-width: calc(var(--measure) / 2.9);
}

.text-container h3,
.text-container .h3-like {
  max-width: calc(var(--measure) / 1.85);
}

.text-container h4,
.text-container .h4-like,
.text-container h5,
.text-container .h5-like {
  max-width: var(--measure);
}

figcaption {
  font-size: var(--size-300);
  font-style: italic;
  margin-top: 1rem;
}

blockquote {
  padding-left: var(--size-600);
  border-left: 5px solid;
  font-style: italic;
}

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.99);
}

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.99);
}

table {
  color: var(--color-text);
}

pre {
  max-height: 36em;
  overflow-y: auto;
  background-color: var(--color-background-dark);
  color: var(--color-text-light);
  padding: 1.2rem;
}

code {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background-color: var(--color-background-dark);
  color: var(--color-text-light);
  border-radius: var(--border-radius);
  line-height: 1.1;
  vertical-align: middle;
  font-size: 0.9em;
}

@media (min-width: 45em) {
  :root {
    --size-400: 2.1rem;
  }
}
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table thead {
  text-align: left;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--color-border-light);
  font-weight: 600;
}

.table td,
.table th {
  padding: 0.8rem;
  vertical-align: top;
  border-top: 1px solid var(--color-border-light);
}

.button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--size-400);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4rem 0.8rem;
  border-radius: var(--border-radius);
  color: var(--color-text);
  outline-color: var(--color-text);
  transition: color var(--animation-time-short) ease-in-out, background-color var(--animation-time-short) ease-in-out, border-color var(--animation-time-short) ease-in-out, box-shadow var(--animation-time-short) ease-in-out;
}

.button--small {
  font-size: var(--size-400);
  padding: 0.3rem 0.6rem;
}

.button--large {
  font-size: var(--size-600);
  padding: 0.6rem 1.2rem;
}

.button--primary {
  background-color: var(--color-interactive);
  border-color: var(--color-interactive);
  color: var(--color-interactive--reverse);
  outline-color: var(--color-interactive);
}

.button--primary:hover, .button--primary:focus {
  background-color: var(--color-interactive-dark);
}

.button--success {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: var(--color-interactive--reverse);
  outline-color: var(--color-success);
}

.button--success:hover, .button--success:focus {
  background-color: var(--color-success-dark);
}

.button--warning {
  background-color: var(--color-warn);
  border-color: var(--color-warn);
  color: var(--color-interactive--reverse);
  outline-color: var(--color-warn);
}

.button--warning:hover, .button--warning:focus {
  background-color: var(--color-warn-dark);
}

.button--danger {
  background-color: var(--color-error);
  border-color: var(--color-error);
  color: var(--color-interactive--reverse);
  outline-color: var(--color-error);
}

.button--danger:hover, .button--danger:focus {
  background-color: var(--color-error-dark);
}

.button--neutral {
  background-color: var(--color-background-dark);
  border-color: var(--color-background-dark);
  color: var(--color-text);
  outline-color: var(--color-text);
}

.button--neutral:hover, .button--neutral:focus {
  background-color: var(--color-background);
}

.button--reverse {
  background-color: var(--color-text);
  border-color: var(--color-text);
  color: var(--color-background);
  outline-color: var(--color-text);
}

.button--reverse:hover, .button--reverse:focus {
  background-color: var(--color-text-light);
}

.button--outline {
  background-color: transparent;
}

.button--outline.button--primary {
  color: var(--color-interactive);
}

.button--outline.button--primary:hover, .button--outline.button--primary:focus {
  background-color: var(--color-interactive);
}

.button--outline.button--success {
  color: var(--color-success);
}

.button--outline.button--success:hover, .button--outline.button--success:focus {
  background-color: var(--color-success);
}

.button--outline.button--warning {
  color: var(--color-warn);
}

.button--outline.button--warning:hover, .button--outline.button--warning:focus {
  background-color: var(--color-warn);
}

.button--outline.button--danger {
  color: var(--color-error);
}

.button--outline.button--danger:hover, .button--outline.button--danger:focus {
  background-color: var(--color-error);
}

.button--outline.button--primary {
  color: var(--color-interactive);
}

.button--outline.button--primary:hover, .button--outline.button--primary:focus {
  background-color: var(--color-interactive);
}

.button--outline:hover, .button--outline:focus {
  color: var(--color-interactive--reverse);
}

.button[disabled],
.button:disabled,
.button.disabled,
.button.button--disabled {
  cursor: initial;
  pointer-events: none;
  opacity: 0.62;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: var(--size-400);
  line-height: inherit;
  box-sizing: border-box;
}

select,
input:not([type=checkbox], [type=button], [type=file], [type=hidden], [type=image], [type=radio], [type=range], [type=reset], [type=submit]) {
  height: var(--form-field-height);
  padding: 0 0.8rem;
}

select {
  padding: 0 0.4rem;
}

input:is([type=button], [type=reset], [type=submit]),
button:is([type=reset], [type=submit]) {
  padding: 0.2rem 0.5rem;
}

textarea {
  padding: 0.2rem 0.4rem;
  resize: vertical;
}

option {
  padding: 0;
  margin: 0;
}

label {
  display: inline-block;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin: 0;
  padding: 0;
  font-family: var(--font-headings);
  line-height: 1.3;
  font-weight: 600;
  font-size: var(--size-600);
  max-width: 25ch;
}

/* 
The Stack
Will stack from top to bottom
NB: Needs a intermediate container
*/
.stack {
  --space: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.stack > * {
  margin-top: 0;
  margin-bottom: 0;
}

.stack > * + * {
  margin-top: var(--space);
}

/* 
The Box
premade box
*/
.box {
  padding: var(--size-500);
  border: var(--border-thin) solid;
  --color-light: var(--color-background);
  --color-dark: var(--color-text);
  color: var(--color-dark);
  background-color: var(--color-light);
}

.box * {
  color: inherit;
}

.box.invert {
  color: var(--color-light);
  background-color: var(--color-dark);
}

/* 
The Center
Horizontally center en element
 */
.center {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: var(--measure);
}

/* 
The Cluster
Put element in an inline manner
NB: Needs a intermediate container

*/
.cluster {
  --space: var(--size-500);
  overflow: hidden;
}

.cluster > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: calc(var(--space) / 2 * -1);
}

.cluster > * > * {
  margin: calc(var(--space) / 2);
}

.cluster.cluster--right > * {
  justify-content: flex-end;
}

/* 
The sidebar
Will put content in a sidebar matter
*/
.with-sidebar {
  overflow: hidden;
}

.with-sidebar > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--size-500) / 2 * -1);
}

.with-sidebar > * > * {
  margin: calc(var(--size-500) / 2);
  flex-grow: 1;
}

.with-sidebar > * > :last-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(55% - var(--size-500));
}

.with-sidebar--right {
  overflow: hidden;
}

.with-sidebar--right > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--size-500) / 2 * -1);
}

.with-sidebar--right > * > * {
  margin: calc(var(--size-500) / 2);
  flex-grow: 1;
}

.with-sidebar--right > * > :first-child {
  flex-basis: 0;
  flex-grow: 999;
  min-width: calc(55% - var(--size-500));
}

/* 
The switcher
If cannot be displayed side by side, switch to top to bottom layout
NB: Needs a intermediate container
*/
.switcher > * {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--size-500) / 2 * -1);
}

.switcher > * > * {
  flex-grow: 1;
  flex-basis: calc((var(--measure) - (100% - var(--size-500))) * 999);
  margin: calc(var(--size-500) / 2);
}

.switcher > * > :nth-last-child(n+5),
.switcher > * > :nth-last-child(n+5) ~ * {
  flex-basis: 100%;
}

/* 
The cover 
Will be always 100vh, cool for page cover
*/
.cover {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: var(--size-500);
}

.cover > * {
  margin-top: var(--measure);
  margin-bottom: var(--measure);
}

.cover > :first-child:not(.centered) {
  margin-top: 0;
}

.cover > :last-child:not(.centered) {
  margin-bottom: 0;
}

.cover > .centered {
  margin-top: auto;
  margin-bottom: auto;
}

/*  
The Grid
Elements will wrap when less than 12rem
*/
.grid {
  display: grid;
  grid-gap: var(--size-500);
}

@supports (width: calc(min(12rem, 100%))) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
  }
}
/* 
The frame
Makes a fixed ratio container, perfect for img
*/
.frame {
  --h: 9;
  --w: 16;
  padding-bottom: calc(var(--h) / var(--w) * 100%);
  position: relative;
}

.frame > * {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frame > img,
.frame > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 
The Reel
Provides a horizontal scroll context
*/
.reel {
  display: flex;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: var(--white) var(--black);
}

.reel::-webkit-scrollbar {
  height: 1rem;
}

.reel::-webkit-scrollbar-track {
  background-color: var(--color-text);
}

.reel::-webkit-scrollbar-thumb {
  background-color: var(--color-text);
  background-image: linear-gradient(var(--color-text) 0, var(--color-text) 0.25rem, var(--color-background) 0.25rem, var(--color-background) 0.75rem, var(--color-text) 0.75rem);
}

.reel > * {
  flex: 0 0 auto;
}

.reel > img {
  height: 100%;
  flex-basis: auto;
  width: auto;
}

.reel > * + * {
  margin-left: var(--size-500);
}

.reel.overflowing {
  padding-bottom: var(--size-500);
}

/* 
The Imposter
Will ignore flow and be centered, like a modal
*/
.imposter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imposter.contain {
  --margin: 0px;
  overflow: auto;
  max-width: calc(100% - var(--margin) * 2);
  max-height: calc(100% - var(--margin) * 2);
}

/* 
The Icon
Icon size helper
*/
.icon {
  width: 0.75em;
  width: 1cap;
  height: 0.75em;
  height: 1cap;
}

.with-icon {
  display: inline-flex;
  align-items: baseline;
}

.with-icon .icon {
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.text-nowrap {
  white-space: nowrap !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.shadow-small {
  box-shadow: var(--box-shadow-small);
}

.shadow-text-small {
  text-shadow: var(--box-shadow-small);
}

.shadow-medium {
  box-shadow: var(--box-shadow-medium);
}

.shadow-text-medium {
  text-shadow: var(--box-shadow-medium);
}

.shadow-large {
  box-shadow: var(--box-shadow-large);
}

.shadow-text-large {
  text-shadow: var(--box-shadow-large);
}

.shadow-extra-large {
  box-shadow: var(--box-shadow-extra-large);
}

.shadow-text-extra-large {
  text-shadow: var(--box-shadow-extra-large);
}

.font-size-300 {
  font-size: var(--size-300);
}

.font-size-400 {
  font-size: var(--size-400);
}

.font-size-500 {
  font-size: var(--size-500);
}

.font-size-600 {
  font-size: var(--size-600);
}

.font-size-700 {
  font-size: var(--size-700);
}

.font-size-800 {
  font-size: var(--size-800);
}

.font-size-900 {
  font-size: var(--size-900);
}

:root,
.theme-default {
  /* tokens for default */
  /* Text colors */
  --color-text: var(--warmGray-900);
  --color-text-light: var(--warmGray-700);
  --color-text-lighter: var(--warmGray-600);
  --color-text-dark: var(--warmGray-900);
  /* Background colors */
  --color-background: var(--coolGray-100);
  --color-background-light: var(--coolGray-50);
  --color-background-dark: var(--coolGray-200);
  /* Border colors */
  --color-border: var(--warmGray-400);
  --color-border-light: var(--warmGray-300);
  --color-border-dark: var(--warmGray-500);
  --color-focus-outline: rgba(0, 0, 0, 0.6);
  /* Interactive colors */
  /* Used for buttons and emphasis */
  --color-interactive: var(--pink-400);
  --color-interactive-light: var(--pink-300);
  --color-interactive-lighter: var(--pink-200);
  --color-interactive-dark: var(--pink-500);
  --color-interactive-darker: var(--pink-600);
  --color-interactive--reverse: var(--pink-50);
  /* Success, warning and danger color */
  /* These should not depend on the branding but should work with the background */
  --color-success: var(--green-500);
  --color-success-light: var(--green-400);
  --color-success-dark: var(--green-600);
  --color-warn: var(--orange-500);
  --color-warn-light: var(--orange-400);
  --color-warn-dark: var(--orange-600);
  --color-error: var(--red-600);
  --color-error-light: var(--red-500);
  --color-error-dark: var(--red-700);
  /* Apply actual theme */
  /* This allow using theme for just a some elements using a class */
  background: var(--color-background);
  color: var(--color-text);
}

.theme-dark {
  /* tokens for default */
  /* Text colors */
  --color-text: var(--warmGray-100);
  --color-text-light: var(--warmGray-200);
  --color-text-lighter: var(--warmGray-300);
  --color-text-dark: var(--warmGray-100);
  /* Background colors */
  --color-background: var(--warmGray-800);
  --color-background-light: var(--warmGray-900);
  --color-background-dark: var(--warmGray-700);
  /* Border colors */
  --color-border: var(--warmGray-500);
  --color-border-light: var(--warmGray-600);
  --color-border-dark: var(--warmGray-400);
  --color-focus-outline: rgba(255, 255, 255, 0.6);
  /* Interactive colors */
  /* Used for buttons and emphasis */
  --color-interactive: var(--pink-400);
  --color-interactive-light: var(--pink-300);
  --color-interactive-lighter: var(--pink-200);
  --color-interactive-dark: var(--pink-500);
  --color-interactive-darker: var(--pink-600);
  --color-interactive--reverse: var(--pink-50);
  /* Success, warning and danger color */
  /* These should not depend on the branding but should work with the background */
  --color-success: var(--green-500);
  --color-success-light: var(--green-600);
  --color-success-dark: var(--green-400);
  --color-warn: var(--orange-500);
  --color-warn-light: var(--orange-600);
  --color-warn-dark: var(--orange-400);
  --color-error: var(--red-600);
  --color-error-light: var(--red-700);
  --color-error-dark: var(--red-500);
  /* Apply actual theme */
  /* This allow using theme for just a some elements using a class */
  background: var(--color-background);
  color: var(--color-text);
}

:root {
  --device-type: mobile;
}

:root,
.theme-default,
.font-init {
  --font-headings: "Mulish", sans-serif;
  --font-body: Sentinel SSm A, Sentinel SSm B, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --size-400: 1.6rem;
  --font-ratio: 1.2;
  --size-200: calc(var(--size-300) / var(--font-ratio));
  --size-100: calc(var(--size-200) / var(--font-ratio));
  --color-interactive-lightest: #dfe0fa;
  --color-interactive-lighter: #a9ace7;
  --color-interactive-light: #898dea;
  --accent-lighter: #bdbfe9;
  --color-interactive: #5f64e2;
  --color-interactive-dark: #5055cf;
  --color-interactive-darker: #383ebb;
  --color-interactive-darkest: #272841;
  --color-interactive--reverse: #e9e9ec;
  --color-background: #f3f4f6;
  --color-background-emphasis: #e9ecef;
  --color-background-reverted: #343a40;
  --color-background-interactive: var(--color-interactive-dark);
  --color-text: #343a40;
  --color-text-light: #495057;
  --color-text-lighter: #7e8791;
  --color-text-heading: #212529;
  --color-text-reverted: #f1f3f5;
  --color-accent: #f5b4a5;
  --color-accent-light: #fcbfb0;
  --color-accent-lighter: #f9c5b5;
  --color-accent-lightest: #fae7e2;
  --color-link: #45477d;
  --color-border: #bcc5cd;
  --space-smaller: 0.4rem;
  --space-small: 0.8rem;
  --space-medium: 1.2rem;
  --space-big: 1.8rem;
  --space-bigger: 2.4rem;
  --underline-size: 1.2rem;
  --side-space: 2.2rem;
  --border-radius: 0.6rem;
  --transition-short: 180ms;
  --transition-medium: 320ms;
  --transition-long: 500ms;
  --box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.12),
    0px 0.15rem 0.5rem rgba(48, 48, 52, 0.06);
  --color-valid: var(--green-600);
  --color-error: var(--red-600);
}

code {
  background: var(--color-interactive-lightest);
  color: var(--color-interactive-darkest);
}

.blog-post__content a[href] {
  --offset: 0.06em;
  --thickness: 0.2em;
  text-underline-offset: var(--offset);
  text-decoration-thickness: var(--thickness);
  text-decoration-skip-ink: none;
  text-decoration-color: var(--color-interactive-lightest);
  transition: all 80ms ease-in-out;
  color: var(--color-link);
}
.blog-post__content a[href]:hover {
  text-decoration: underline;
  text-underline-offset: var(--offset);
  text-decoration-thickness: var(--thickness);
  text-decoration-skip-ink: none;
  text-decoration-color: var(--color-interactive-lighter);
}
.blog-post__content a[href]:active {
  text-decoration-color: var(--color-interactive-light);
  outline-style: hidden;
}
.blog-post__content a[href]:active:focus {
  outline: none;
}

html,
body {
  padding: 0;
  margin: 0;
}

h1,
.h1-like {
  font-weight: 900;
}

h2,
.h2-like,
h3,
.h3-like {
  font-weight: 600;
}

img {
  height: auto;
}

strong {
  font-weight: 600;
}

blockquote {
  font-style: none;
  margin-left: 1rem;
  padding-left: 1.8rem;
}
blockquote p {
  margin: 1.6rem 0;
}

@media screen and (min-width: 768px) {
  :root {
    --size-400: 1.65rem;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --size-400: 1.75rem;
  }
}
@media (min-width: 576px) {
  :root {
    --device-type: tablet;
  }
}
@media (min-width: 1023px) {
  :root {
    --device-type: desktop;
  }
}
@media (min-width: 1480px) {
  :root {
    --device-type: largeDesktop;
  }
}
@media (min-width: 2400px) {
  :root {
    --device-type: extraLargeDesktop;
  }
}

@font-face {
  font-family: "Mulish";
  src: local("Mulish Bold"), local("Mulish-Bold"), url("./fonts/subset-Mulish-Bold.woff2") format("woff2"), url("./fonts/subset-Mulish-Bold.woff") format("woff"), url("./fonts/subset-Mulish-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: local("Mulish SemiBold"), local("Mulish-SemiBold"), url("./fonts/subset-Mulish-SemiBold.woff2") format("woff2"), url("./fonts/subset-Mulish-SemiBold.woff") format("woff"), url("./fonts/subset-Mulish-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: local("Mulish Regular"), local("Mulish-Regular"), url("./fonts/subset-Mulish-Regular.woff2") format("woff2"), url("./fonts/subset-Mulish-Regular.woff") format("woff"), url("./fonts/subset-Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Black Italic"), local("Raleway-BlackItalic"), url("./fonts/subset-Raleway-BlackItalic.woff2") format("woff2"), url("./fonts/subset-Raleway-BlackItalic.woff") format("woff"), url("./fonts/subset-Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: local("Raleway Black"), local("Raleway-Black"), url("./fonts/subset-Raleway-Black.woff2") format("woff2"), url("./fonts/subset-Raleway-Black.woff") format("woff"), url("./fonts/subset-Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.header {
  background-color: var(--color-interactive-dark);
  border-bottom: 4px solid var(--color-accent);
  color: var(--color-interactive--reverse);
}
.header .inner {
  margin: 0 auto;
  padding: var(--side-space) 5rem;
  max-width: 180rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  justify-content: space-between;
  align-items: center;
}
.header .inner > * {
  justify-content: center;
}
.header .logo {
  text-align: left;
}
.header a {
  color: inherit;
  text-decoration: inherit;
  margin: 0;
}
.header h1 {
  font-size: var(--size-600);
  margin: 0;
}
.header h2 {
  font-size: var(--size-600);
  margin: 0;
  font-weight: 600;
}
.header nav {
  display: flex;
  gap: 0.4rem;
  font-weight: 500;
}
.header nav ul {
  list-style-type: none;
  display: contents;
  margin: 0;
  padding: 0;
}
.header nav li {
  font-size: var(--size-500);
}
.header nav li:first-child a {
  margin-left: calc(-1 * var(--side-padding));
}
.header nav a {
  --side-padding: 1.6rem;
  transform-origin: 50% 50%;
  display: inline-block;
  transition: all 120ms ease-in-out;
  padding: 0.8rem var(--side-padding);
  line-height: 1.4;
  border-radius: 4px;
}
.header nav a:hover {
  background-color: var(--color-interactive);
}
.header nav a:active {
  transform: scale(1.03) translateY(2px);
}
.header nav a:focus {
  outline-style: solid;
  outline-color: var(--color-interactive);
  outline-offset: 3px;
}

.block.block--header {
  padding: 0;
  display: flex;
}
.block.block--header > * {
  transition: all var(--transition-short) ease-in-out;
}
.block.block--header .header-left {
  flex-basis: 68%;
  background-color: var(--accent);
}
.block.block--header .header-right {
  flex-basis: 32%;
  background-color: var(--alt-color);
}
.block.block--header .header-right,
.block.block--header .header-left {
  height: var(--border-top-size);
  flex-shrink: 0;
  flex-grow: 0;
}
.block.block--header.is-scrolled .header-left {
  flex-basis: 50%;
}
.block.block--header.is-scrolled .header-right {
  flex-basis: 50%;
}

.smaller-than-desktop .block.block--header .header-left {
  display: none;
}
.smaller-than-desktop .block.block--header .header-right {
  flex-grow: 1;
}

.blog-index {
  padding: var(--side-space) 2.2rem;
  margin: 0 auto;
}

.posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}

.post-card {
  --space: 0.4rem;
  --padding-top: 1.6rem;
  --padding-bottom: 4rem;
  --border-bottom: 1.2rem;
  background: var(--color-interactive) url("../img/post-card-background.png");
  background-size: 140%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: var(--padding-top) 2.4rem;
  padding-bottom: var(--padding-bottom);
  border-radius: 0.8rem;
  color: var(--color-interactive--reverse);
  text-decoration: none;
  transition: all ease-in-out var(--animation-time-medium);
  border-bottom: var(--border-bottom) solid var(--color-accent);
  position: relative;
  height: calc(100% - var(--padding-top) - var(--padding-bottom) - var(--border-bottom));
}
.post-card:hover {
  background-position: 40% 100%;
}
.post-card:focus {
  background-position: 45% 100%;
}
.post-card__title {
  margin-bottom: 0;
  font-weight: 800;
  position: relative;
}
.post-card__decoration {
  position: absolute;
  top: 1.6rem;
  right: 2.4rem;
  background-color: var(--color-accent);
  width: 1.6rem;
  height: 1.6rem;
  transition: all ease-in-out var(--animation-time-medium);
  transform: scale(0.5) rotate(45deg);
  transform-origin: center;
}
.post-card:hover .post-card__decoration {
  transform: scale(0.6) rotate(45deg);
}
.post-card:focus .post-card__decoration {
  transform: scale(0.8) rotate(215deg);
  border-radius: 50%;
  transition: all ease-in-out var(--animation-time-long);
}
.post-card__date, .post-card__title, .post-card__subtitle {
  max-width: 80%;
}
.post-card__date {
  text-transform: uppercase;
  font-size: var(--size-300);
}

.external .post-card__guest {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1em;
  display: block;
  margin: 0;
  padding: 0.2rem 0.8rem;
  background-color: var(--color-accent);
  border-radius: 0.6rem 0 0 0;
}
.external .post-card__guest svg {
  width: auto;
  height: 1.1em;
  vertical-align: text-bottom;
  opacity: 0.8;
}
.external .post-card__guest svg * {
  fill: var(--color-interactive--reverse);
}

@media screen and (min-width: 768px) {
  .posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
dialog:not([open]) {
  display: none;
}

.modal {
  --top-height: 4rem;
  background: transparent;
  border: none;
  overflow: visible;
  padding: 0;
  margin: auto;
  max-width: none;
}
.modal::backdrop {
  background: rgba(245, 180, 165, 0.5);
}
.modal__content {
  margin: 5rem;
  height: 60vh;
  width: 70vw;
  padding: 2.4rem;
  background: var(--color-accent);
  position: relative;
  z-index: 1;
  color: var(--color-interactive);
  box-sizing: border-box;
}
.modal__content p + p {
  margin-top: 1.8rem;
}
.modal__content__slot {
  overflow-y: auto;
  text-align: left;
  height: 100%;
  scrollbar-color: var(--color-interactive) var(--color-accent);
  scrollbar-width: thin;
  padding-right: 0.8rem;
}
.modal__content__slot .work-modal__thumbnail {
  margin-bottom: 0.8rem;
}
.modal__content__close {
  padding: 1.6rem;
  color: var(--color-accent);
  background-color: var(--color-interactive);
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  cursor: pointer;
  width: var(--top-height);
  height: var(--top-height);
  z-index: 1;
}
.modal__content__close path {
  transition: transform var(--transition-short) ease-in-out;
  transform-origin: 50% 50%;
  fill: var(--color-accent);
}
.modal__content__close:hover path {
  transform: scale(1.2);
}
.modal__content__close:active path {
  transition: all var(--transition-short) ease-in-out;
  transform: scale(2.5);
  opacity: 0;
}
.modal__content__top {
  position: absolute;
  left: 0;
  transform: translateY(-100%);
  top: 0;
  color: var(--color-accent);
  background-color: var(--color-interactive);
}
.modal__content__top .modal__content__title,
.modal__content__top .modal__content__link {
  line-height: var(--top-height);
  font-size: 2.4rem;
  font-size: var(--size-100);
  vertical-align: middle;
}
.modal__content__top .modal__content__title svg,
.modal__content__top .modal__content__link svg {
  display: inline-block;
  vertical-align: middle;
  width: var(--top-height);
  height: var(--top-height);
}
.modal__content__title {
  display: inline-block;
  font-size: 1.2rem;
  padding: 1.6rem;
}
.modal__content__link {
  display: inline-block;
  padding: 1.6rem;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--color-accent);
  background-color: var(--color-interactive-dark);
  transition: all var(--transition-medium) ease-in-out;
}
.modal__content__link__icon {
  transition: all var(--transition-medium) ease-in-out;
}
.modal__content__link__icon path {
  transform-origin: 50% 50%;
  transition: all var(--transition-medium) ease-in-out;
  fill: var(--color-accent);
}
.modal__content__link:hover, .modal__content__link:focus, .modal__content__link:active {
  padding-left: 2.4rem;
}
.modal__content__link:hover .modal__content__link__icon, .modal__content__link:focus .modal__content__link__icon, .modal__content__link:active .modal__content__link__icon {
  margin-left: 0.8rem;
  vertical-align: middle;
}
.modal__content__link:hover .modal__content__link__icon path, .modal__content__link:focus .modal__content__link__icon path, .modal__content__link:active .modal__content__link__icon path {
  transform: scale(1.2);
}
.modal__content__link:active {
  background-color: var(--color-interactive-light);
  outline: none;
}
.modal__content__link:focus {
  outline: none;
}

.smaller-than-desktop .modal__content {
  width: 85vw;
}

.smaller-than-tablet .modal {
  --top-height: 3rem;
}
.smaller-than-tablet .modal__content {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  height: 90vh;
  top: 10vh;
  padding: 2.4rem;
}
.blog-post,
.frame-content {
  padding: 1.6rem 2.2rem;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.blog-post__header,
.frame-content__header {
  text-align: center;
  max-width: calc(var(--measure) * 1.5);
  margin-bottom: 3.2rem;
  margin-top: 0.5em;
  --space: 0;
}
.blog-post__header:after,
.frame-content__header:after {
  content: "";
  display: block;
  height: 0.5rem;
  width: 30%;
  background: var(--color-accent);
  margin: 0 auto;
  margin-top: 2.8rem;
}
.blog-post__meta,
.frame-content__meta {
  color: var(--color-text-lighter);
  font-family: var(--font-headings);
  text-transform: uppercase;
  font-weight: 600;
}
.blog-post__content,
.frame-content__content {
  --content-width: calc(1.2 * var(--measure));
  margin: 0 auto;
  max-width: min(var(--content-width), 100%);
}
.blog-post pre,
.frame-content pre {
  max-width: 100%;
}
.blog-post .img-container,
.frame-content .img-container {
  --offset: 1.6rem;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow-small);
  margin-left: calc(-1 * var(--offset));
  margin-right: calc(-1 * var(--offset));
  width: calc(100% + 2 * var(--offset));
}
.blog-post img,
.frame-content img {
  box-sizing: border-box;
  max-width: 100%;
}
.blog-post :not(pre) > code[class*=language-],
.blog-post pre[class*=language-],
.frame-content :not(pre) > code[class*=language-],
.frame-content pre[class*=language-] {
  --offset: 1.6rem;
  border-radius: var(--border-radius);
  margin-left: calc(-1 * var(--offset));
  margin-right: calc(-1 * var(--offset));
  max-width: none;
  box-shadow: var(--box-shadow-small);
}
.blog-post pre,
.frame-content pre {
  max-height: 18em;
}
.blog-post .callout,
.frame-content .callout {
  --offset: 1.6rem;
  border-radius: var(--border-radius);
  padding: 1.6rem var(--offset);
  margin-left: calc(var(--offset) * -1);
  margin-right: calc(var(--offset) * -1);
  background-color: var(--color-interactive--reverse);
  background-color: var(--color-background-dark);
  border-left: 0.8rem solid var(--color-accent);
  box-shadow: var(--box-shadow-small);
  margin-bottom: 1.2rem;
}
.blog-post .callout > p,
.frame-content .callout > p {
  margin: 0;
}
.blog-post .callout--warn,
.frame-content .callout--warn {
  border-color: var(--color-warn-light);
}
.blog-post .callout--caution,
.frame-content .callout--caution {
  border-color: var(--color-error-light);
}
.blog-post .cp_embed_wrapper,
.frame-content .cp_embed_wrapper {
  --offset: 1.6rem;
  padding-bottom: 62.5%;
  border-radius: var(--border-radius);
  margin-left: calc(-1 * var(--offset));
  margin-right: calc(-1 * var(--offset));
  overflow: hidden;
  position: relative;
  box-shadow: var(--box-shadow-small);
}
.blog-post .cp_embed_wrapper > iframe,
.frame-content .cp_embed_wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .blog-post :not(pre) > code[class*=language-],
  .blog-post pre[class*=language-],
  .blog-post .callout,
  .blog-post .cp_embed_wrapper,
  .blog-post .img-container {
    --offset: 2.2rem;
    border-radius: 0;
    box-shadow: none;
  }
}
.service {
  padding: 1.6rem 2.2rem;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.service__back-link {
  text-decoration: none;
  color: inherit;
}

.service-card {
  --space: 2.4rem;
  background: var(--color-background-emphasis);
  padding: 1.8rem;
  border-radius: var(--border-radius);
  margin-left: -3.6rem;
}
.service-card:nth-child(even) {
  margin-left: 0;
  margin-right: -3.6rem;
}

.clients {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 80rem;
  background-color: var(--color-interactive-lightest);
  margin: 2rem 0;
  border-radius: 0.4rem;
}
.clients .client svg {
  max-width: 100%;
  height: auto;
}
.clients .client svg path {
  fill: var(--color-text);
}

.theme-dark {
  --color-background: #343a40;
  --color-background-emphasis: #495057;
  --color-background-reverted: #f3f4f6;
  --color-text: #f8f9fa;
  --color-text-light: #e9ecef;
  --color-text-lighter: #a0a3a7;
  --color-text-heading: #f8f9fa;
  --color-text-reverted: #495057;
  --color-interactive-lightest: #697179;
  --color-interactive-lighter: #242548;
  --color-interactive-light: #383ebb;
  --color-interactive: #5f64e2;
  --color-interactive-dark: #898dea;
  --color-interactive-darker: #a9ace7;
  --color-interactive-darkest: #d6d7e7;
  --color-valid: var(--green-400);
  --color-error: var(--red-400);
  --color-accent: #898dea;
  --color-link: #b5d5f5;
  --color-border: #727b84;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-background: #343a40;
    --color-background-emphasis: #495057;
    --color-background-reverted: #f3f4f6;
    --color-text: #f8f9fa;
    --color-text-light: #e9ecef;
    --color-text-lighter: #a0a3a7;
    --color-text-heading: #f8f9fa;
    --color-text-reverted: #495057;
    --color-interactive-lightest: #697179;
    --color-interactive-lighter: #242548;
    --color-interactive-light: #383ebb;
    --color-interactive: #5f64e2;
    --color-interactive-dark: #898dea;
    --color-interactive-darker: #a9ace7;
    --color-interactive-darkest: #d6d7e7;
    --color-accent: #898dea;
    --color-link: #b5d5f5;
    --color-border: #727b84;
    --color-valid: var(--green-400);
    --color-error: var(--red-400);
  }
  .header:not(.theme-default) {
    background: transparent;
    color: var(--color-text-heading);
    border: none;
  }
  .header:not(.theme-default)::after {
    content: "";
    display: block;
    height: 4px;
    background-color: var(--color-accent);
    background-image: linear-gradient(90deg, rgb(137, 141, 234) 0%, rgb(137, 141, 234) 6.25%, rgb(137, 141, 234) 12.5%, rgb(136, 141, 234) 18.75%, rgb(135, 142, 235) 25%, rgb(133, 143, 235) 31.25%, rgb(128, 144, 236) 37.5%, rgb(121, 147, 238) 43.75%, rgb(109, 152, 240) 50%, rgb(89, 157, 241) 56.25%, rgb(58, 165, 239) 62.5%, rgb(0, 173, 232) 68.75%, rgb(0, 183, 216) 75%, rgb(0, 191, 188) 81.25%, rgb(93, 197, 152) 87.5%, rgb(166, 197, 124) 93.75%, rgb(234, 191, 136) 100%);
    background-repeat: no-repeat;
    background-position-x: 25vw;
    transition: all var(--animation-time-medium) ease-in-out;
  }
  .header:not(.theme-default) nav a:hover {
    background-color: var(--color-background-emphasis);
  }
  .blog-post__content a[href] {
    text-decoration-color: var(--color-interactive-lightest);
  }
  .blog-post__content a[href]:hover {
    text-decoration-color: var(--color-interactive-darker);
  }
  .blog-post__content .callout {
    background-color: var(--color-background-emphasis);
    border-left: 0.8rem solid var(--color-accent);
  }
}
:root {
  --form-field-height: 3rem;
}

.hidden {
  display: none;
}

.contact {
  --space: 1.8rem;
  padding: 1.6rem 2.2rem;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  align-items: center;
  text-align: center;
}
.contact .contact-form {
  --space: 1.8rem;
}
.contact .contact-form > * {
  --space: 1.2rem;
}
.contact .form-group {
  display: flex;
  flex-gap: 1.8rem;
  gap: 1.8rem;
}
.contact .form-group label {
  width: 12rem;
  text-align: right;
  font-weight: 600;
  color: var(--color-text-light);
}
.contact .form-group input,
.contact .form-group textarea {
  width: 32rem;
  background: var(--color-background-emphasis);
  border: 1px solid var(--color-border);
  border-radius: 2px;
  color: inherit;
  font-size: 0.85em;
}
.contact .form-group input:focus,
.contact .form-group textarea:focus {
  outline-color: var(--color-border);
}
.contact textarea {
  padding: 0.8rem;
}
.contact input[type=button] {
  padding: 0.6rem 1.2rem;
  background: linear-gradient(95deg, #898dea 0, #8090ec 75.5%, #7993ee 100%);
}

@media screen and (max-width: 768px) {
  .contact .form-group {
    flex-direction: column;
    gap: 0.8rem;
  }
  .contact .form-group label {
    text-align: left;
  }
}
dialog:not([open]) {
  display: none;
}

.modal {
  --top-height: 4rem;
  background: transparent;
  border: none;
  overflow: visible;
  padding: 0;
  margin: auto;
  max-width: none;
}
.modal::backdrop {
  background: rgba(245, 180, 165, 0.5);
}
.modal__content {
  margin: 5rem;
  height: 60vh;
  width: 70vw;
  padding: 2.4rem;
  background: var(--color-accent);
  position: relative;
  z-index: 1;
  color: var(--color-interactive);
  box-sizing: border-box;
}
.modal__content p + p {
  margin-top: 1.8rem;
}
.modal__content__slot {
  overflow-y: auto;
  text-align: left;
  height: 100%;
  scrollbar-color: var(--color-interactive) var(--color-accent);
  scrollbar-width: thin;
  padding-right: 0.8rem;
}
.modal__content__slot .work-modal__thumbnail {
  margin-bottom: 0.8rem;
}
.modal__content__close {
  padding: 1.6rem;
  color: var(--color-accent);
  background-color: var(--color-interactive);
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  cursor: pointer;
  width: var(--top-height);
  height: var(--top-height);
  z-index: 1;
}
.modal__content__close path {
  transition: transform var(--transition-short) ease-in-out;
  transform-origin: 50% 50%;
  fill: var(--color-accent);
}
.modal__content__close:hover path {
  transform: scale(1.2);
}
.modal__content__close:active path {
  transition: all var(--transition-short) ease-in-out;
  transform: scale(2.5);
  opacity: 0;
}
.modal__content__top {
  position: absolute;
  left: 0;
  transform: translateY(-100%);
  top: 0;
  color: var(--color-accent);
  background-color: var(--color-interactive);
}
.modal__content__top .modal__content__title,
.modal__content__top .modal__content__link {
  line-height: var(--top-height);
  font-size: 2.4rem;
  font-size: var(--size-100);
  vertical-align: middle;
}
.modal__content__top .modal__content__title svg,
.modal__content__top .modal__content__link svg {
  display: inline-block;
  vertical-align: middle;
  width: var(--top-height);
  height: var(--top-height);
}
.modal__content__title {
  display: inline-block;
  font-size: 1.2rem;
  padding: 1.6rem;
}
.modal__content__link {
  display: inline-block;
  padding: 1.6rem;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--color-accent);
  background-color: var(--color-interactive-dark);
  transition: all var(--transition-medium) ease-in-out;
}
.modal__content__link__icon {
  transition: all var(--transition-medium) ease-in-out;
}
.modal__content__link__icon path {
  transform-origin: 50% 50%;
  transition: all var(--transition-medium) ease-in-out;
  fill: var(--color-accent);
}
.modal__content__link:hover, .modal__content__link:focus, .modal__content__link:active {
  padding-left: 2.4rem;
}
.modal__content__link:hover .modal__content__link__icon, .modal__content__link:focus .modal__content__link__icon, .modal__content__link:active .modal__content__link__icon {
  margin-left: 0.8rem;
  vertical-align: middle;
}
.modal__content__link:hover .modal__content__link__icon path, .modal__content__link:focus .modal__content__link__icon path, .modal__content__link:active .modal__content__link__icon path {
  transform: scale(1.2);
}
.modal__content__link:active {
  background-color: var(--color-interactive-light);
  outline: none;
}
.modal__content__link:focus {
  outline: none;
}

.smaller-than-desktop .modal__content {
  width: 85vw;
}

.smaller-than-tablet .modal {
  --top-height: 3rem;
}
.smaller-than-tablet .modal__content {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  height: 90vh;
  top: 10vh;
  padding: 2.4rem;
}
.quizz-container.modal::backdrop {
  background: rgba(190, 204, 242, 0.5);
}

.quizz-container.modal .modal__content {
  background: var(--color-background);
  color: var(--color-text);
}

.quizz-container.modal .modal__content__top .modal__content__title {
  font-size: var(--size-700);
  font-weight: 600;
  margin: 0;
}

.quizz-container.modal .modal__content .text-container p,
.quizz-container.modal .modal__content .text-container li,
.quizz-container.modal .modal__content .text-container pre {
  max-width: none;
  max-height: 16rem;
}

.quizz__content {
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.answers ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.question {
  padding: 1.6rem 2.4rem;
  border: 1px solid var(--color-background-emphasis);
  border-radius: 4px;
}

.question input[type=radio] {
  margin-right: 0.8rem;
  accent-color: var(--color-accent);
}

.question label {
  padding-right: 1.2rem;
}

.explanation {
  display: none;
  border: 2px solid transparent;
  padding: 0.8rem;
  border-radius: 4px;
}

.answers.valid .explanation {
  border-color: var(--color-valid);
}
.answers.valid .explanation::before {
  content: "Exactly!";
  color: var(--color-valid);
}

.answers.invalid .explanation {
  border-color: var(--color-error);
}
.answers.invalid .explanation::before {
  content: "Not quite right!";
  color: var(--color-error);
}

.answers .explanation::before {
  display: block;
  font-weight: bold;
}

.answers.invalid .explanation,
.answers.valid .explanation {
  display: block;
}

.iframe-quizz {
  border: 1px solid var(--color-background-emphasis);
  height: 80vh;
}

/*# sourceMappingURL=index.css.map */
