/*
Foundation inspired by Tailwind CSS Preflight. (https://tailwindcss.com/docs/preflight)
*/

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

/* CSS variables/class tokens taken from https://www.pollen.style/ */

: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:
		ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
	--font-mono:
		ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', 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.125;
	--line-sm: 1.275;
	--line-md: 1.5;
	--line-lg: 1.625;
	--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;
	--width-xs: 480px;
	--width-sm: 640px;
	--width-md: 768px;
	--width-lg: 1024px;
	--width-xl: 1280px;
	--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);
	--layer-1: 10;
	--layer-2: 20;
	--layer-3: 30;
	--layer-4: 40;
	--layer-5: 50;
	--layer-below: -1;
	--layer-top: 2147483647;
	--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);
	--color-black: #000;
	--color-white: #fff;
	--color-grey-50: #f9fafb;
	--color-grey-100: #f3f4f6;
	--color-grey-200: #e5e7eb;
	--color-grey-300: #d1d5db;
	--color-grey-400: #9ca3af;
	--color-grey-500: #6b7280;
	--color-grey-600: #4b5563;
	--color-grey-700: #374151;
	--color-grey-800: #1f2937;
	--color-grey-900: #111827;
	--color-grey-950: #030712;
	--color-grey: var(--color-gray-500);
	--color-slate-50: #f8fafc;
	--color-slate-100: #f1f5f9;
	--color-slate-200: #e2e8f0;
	--color-slate-300: #cbd5e1;
	--color-slate-400: #94a3b8;
	--color-slate-500: #64748b;
	--color-slate-600: #475569;
	--color-slate-700: #334155;
	--color-slate-800: #1e293b;
	--color-slate-900: #0f172a;
	--color-slate-950: #020617;
	--color-slate: var(--color-slate-500);
	--color-zinc-50: #fafafa;
	--color-zinc-100: #f4f4f5;
	--color-zinc-200: #e4e4e7;
	--color-zinc-300: #d4d4d8;
	--color-zinc-400: #a1a1aa;
	--color-zinc-500: #71717a;
	--color-zinc-600: #52525b;
	--color-zinc-700: #3f3f46;
	--color-zinc-800: #27272a;
	--color-zinc-900: #18181b;
	--color-zinc-950: #09090b;
	--color-zinc: var(--color-zinc-500);
	--color-stone-50: #fafaf9;
	--color-stone-100: #f5f5f4;
	--color-stone-200: #e7e5e4;
	--color-stone-300: #d6d3d1;
	--color-stone-400: #a8a29e;
	--color-stone-500: #78716c;
	--color-stone-600: #57534e;
	--color-stone-700: #44403c;
	--color-stone-800: #292524;
	--color-stone-900: #1c1917;
	--color-stone-950: #0c0a09;
	--color-stone: var(--color-stone-500);
	--color-red-50: #fef2f2;
	--color-red-100: #fee2e2;
	--color-red-200: #fecaca;
	--color-red-300: #fca5a5;
	--color-red-400: #f87171;
	--color-red-500: #ef4444;
	--color-red-600: #dc2626;
	--color-red-700: #b91c1c;
	--color-red-800: #991b1b;
	--color-red-900: #7f1d1d;
	--color-red-950: #450a0a;
	--color-red: var(--color-red-500);
	--color-orange-50: #fff7ed;
	--color-orange-100: #ffedd5;
	--color-orange-200: #fed7aa;
	--color-orange-300: #fdba74;
	--color-orange-400: #fb923c;
	--color-orange-500: #f97316;
	--color-orange-600: #ea580c;
	--color-orange-700: #c2410c;
	--color-orange-800: #9a3412;
	--color-orange-900: #7c2d12;
	--color-orange-950: #431407;
	--color-orange: var(--color-orange-500);
	--color-amber-50: #fffbeb;
	--color-amber-100: #fef3c7;
	--color-amber-200: #fde68a;
	--color-amber-300: #fcd34d;
	--color-amber-400: #fbbf24;
	--color-amber-500: #f59e0b;
	--color-amber-600: #d97706;
	--color-amber-700: #b45309;
	--color-amber-800: #92400e;
	--color-amber-900: #78350f;
	--color-amber-950: #451a03;
	--color-amber: var(--color-amber-500);
	--color-yellow-50: #fefce8;
	--color-yellow-100: #fef9c3;
	--color-yellow-200: #fef08a;
	--color-yellow-300: #fde047;
	--color-yellow-400: #facc15;
	--color-yellow-500: #eab308;
	--color-yellow-600: #ca8a04;
	--color-yellow-700: #a16207;
	--color-yellow-800: #854d0e;
	--color-yellow-900: #713f12;
	--color-yellow-950: #422006;
	--color-yellow: var(--color-yellow-500);
	--color-lime-50: #f7fee7;
	--color-lime-100: #ecfccb;
	--color-lime-200: #d9f99d;
	--color-lime-300: #bef264;
	--color-lime-400: #a3e635;
	--color-lime-500: #84cc16;
	--color-lime-600: #65a30d;
	--color-lime-700: #4d7c0f;
	--color-lime-800: #3f6212;
	--color-lime-900: #365314;
	--color-lime-950: #1a2e05;
	--color-lime: var(--color-lime-500);
	--color-green-50: #f0fdf4;
	--color-green-100: #dcfce7;
	--color-green-200: #bbf7d0;
	--color-green-300: #86efac;
	--color-green-400: #4ade80;
	--color-green-500: #22c55e;
	--color-green-600: #16a34a;
	--color-green-700: #15803d;
	--color-green-800: #166534;
	--color-green-900: #14532d;
	--color-green-950: #052e16;
	--color-green: var(--color-green-500);
	--color-teal-50: #f0fdfa;
	--color-teal-100: #ccfbf1;
	--color-teal-200: #99f6e4;
	--color-teal-300: #5eead4;
	--color-teal-400: #2dd4bf;
	--color-teal-500: #14b8a6;
	--color-teal-600: #0d9488;
	--color-teal-700: #0f766e;
	--color-teal-800: #115e59;
	--color-teal-900: #134e4a;
	--color-teal-950: #042f2e;
	--color-teal: var(--color-teal-500);
	--color-cyan-50: #ecfeff;
	--color-cyan-100: #cffafe;
	--color-cyan-200: #a5f3fc;
	--color-cyan-300: #67e8f9;
	--color-cyan-400: #22d3ee;
	--color-cyan-500: #06b6d4;
	--color-cyan-600: #0891b2;
	--color-cyan-700: #0e7490;
	--color-cyan-800: #155e75;
	--color-cyan-900: #164e63;
	--color-cyan-950: #083344;
	--color-cyan: var(--color-cyan-500);
	--color-sky-50: #f0f9ff;
	--color-sky-100: #e0f2fe;
	--color-sky-200: #bae6fd;
	--color-sky-300: #7dd3fc;
	--color-sky-400: #38bdf8;
	--color-sky-500: #0ea5e9;
	--color-sky-600: #0284c7;
	--color-sky-700: #0369a1;
	--color-sky-800: #075985;
	--color-sky-900: #0c4a6e;
	--color-sky-950: #082f49;
	--color-sky: var(--color-sky-500);
	--color-blue-50: #eff6ff;
	--color-blue-100: #dbeafe;
	--color-blue-200: #bfdbfe;
	--color-blue-300: #93c5fd;
	--color-blue-400: #60a5fa;
	--color-blue-500: #3b82f6;
	--color-blue-600: #2563eb;
	--color-blue-700: #1d4ed8;
	--color-blue-800: #1e40af;
	--color-blue-900: #1e3a8a;
	--color-blue-950: #172554;
	--color-blue: var(--color-blue-500);
	--color-indigo-50: #eef2ff;
	--color-indigo-100: #e0e7ff;
	--color-indigo-200: #c7d2fe;
	--color-indigo-300: #a5b4fc;
	--color-indigo-400: #818cf8;
	--color-indigo-500: #6366f1;
	--color-indigo-600: #4f46e5;
	--color-indigo-700: #4338ca;
	--color-indigo-800: #3730a3;
	--color-indigo-900: #312e81;
	--color-indigo-950: #1e1b4b;
	--color-indigo: var(--color-indigo-500);
	--color-violet-50: #f5f3ff;
	--color-violet-100: #ede9fe;
	--color-violet-200: #ddd6fe;
	--color-violet-300: #c4b5fd;
	--color-violet-400: #a78bfa;
	--color-violet-500: #8b5cf6;
	--color-violet-600: #7c3aed;
	--color-violet-700: #6d28d9;
	--color-violet-800: #5b21b6;
	--color-violet-900: #4c1d95;
	--color-violet-950: #2e1065;
	--color-violet: var(--color-violet-500);
	--color-purple-50: #faf5ff;
	--color-purple-100: #f3e8ff;
	--color-purple-200: #e9d5ff;
	--color-purple-300: #d8b4fe;
	--color-purple-400: #c084fc;
	--color-purple-500: #a855f7;
	--color-purple-600: #9333ea;
	--color-purple-700: #7e22ce;
	--color-purple-800: #6b21a8;
	--color-purple-900: #581c87;
	--color-purple-950: #3b0764;
	--color-purple: var(--color-purple-500);
	--color-fuchsia-50: #fdf4ff;
	--color-fuchsia-100: #fae8ff;
	--color-fuchsia-200: #f5d0fe;
	--color-fuchsia-300: #f0abfc;
	--color-fuchsia-400: #e879f9;
	--color-fuchsia-500: #d946ef;
	--color-fuchsia-600: #c026d3;
	--color-fuchsia-700: #a21caf;
	--color-fuchsia-800: #86198f;
	--color-fuchsia-900: #701a75;
	--color-fuchsia-950: #4a044e;
	--color-fuchsia: var(--color-fuchsia-500);
	--color-pink-50: #fdf2f8;
	--color-pink-100: #fce7f3;
	--color-pink-200: #fbcfe8;
	--color-pink-300: #f9a8d4;
	--color-pink-400: #f472b6;
	--color-pink-500: #ec4899;
	--color-pink-600: #db2777;
	--color-pink-700: #be185d;
	--color-pink-800: #9d174d;
	--color-pink-900: #831843;
	--color-pink-950: #500724;
	--color-pink: var(--color-pink-500);
	--color-rose-50: #fff1f2;
	--color-rose-100: #ffe4e6;
	--color-rose-200: #fecdd3;
	--color-rose-300: #fda4af;
	--color-rose-400: #fb7185;
	--color-rose-500: #f43f5e;
	--color-rose-600: #e11d48;
	--color-rose-700: #be123c;
	--color-rose-800: #9f1239;
	--color-rose-900: #881337;
	--color-rose-950: #4c0519;
	--color-rose: var(--color-rose-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);
}

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

/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  */

html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	tab-size: 4;
	/* 3 */
	font-family: var(--font-sans);
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

/*
  1. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp,
pre {
	font-family: var(--font-mono);
	font-size: 1em;
	/* 1 */
}

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

button,
select {
	text-transform: none;
}

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

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

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

:-moz-focusring {
	outline: auto;
}

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

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

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
	display: list-item;
}

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

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

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

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

/*
  Prevent resizing textareas horizontally by default.
  */

textarea {
	resize: vertical;
}

/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  */

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
}

/*
  Set the default cursor for buttons.
  */

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

/*
  Make sure disabled buttons don't get the pointer cursor.
  */

:disabled {
	cursor: default;
}

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

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

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

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

/*
  Make elements with the HTML hidden attribute stay hidden by default.
  */

[hidden] {
	display: none;
}
