/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}
div,
section,
article,
aside,
footer,
header,
menu,
nav {
  display: block;
  position: relative;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
/* Set core body defaults */
body {
  min-height: 100vh;
}
/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0eEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizdRExUiTo99u79D0e8fOytKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngRUXNadjH0qYEzV7ab-oWlsYCB.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsansnarrow/v19/BngSUXNadjH0qYEzV7ab-oWlsbg95DiC.ttf) format('truetype');
}
@font-face {
  font-family: 'ev-icons';
  src: url('../fonts/ev-icons.ttf?dp59eo') format('truetype'), url('../fonts/ev-icons.woff?dp59eo') format('woff'), url('../fonts/ev-icons.svg?dp59eo#ev-icons"') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:root {
  --color-neutral-1: oklch(0.32 0.06 203.6);
  --color-neutral: oklch(0.85 0.04 193.2);
  --color-neutral1: oklch(0.94 0.02 193.2);
  --color-main-1: oklch(0.41 0.13 143.6);
  --color-main: oklch(0.68 0.19 142.7);
  --color-main1: oklch(0.77 0.17 127.2);
  --color-main2: oklch(0.89 0.19 104.2);
  --color-neg1: oklch(0.81 0.13 77.6);
  --color-neg: oklch(0.67 0.19 54.7);
  --color-neg-1: oklch(0.48 0.19 32.2);
  --font-narrow: "PT Sans Narrow", sans-serif;
  --font-regular: 400;
  --font-bold: 700;
}
body {
  background-color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: var(--font-light);
  color: var(--color-neutral-1);
  background-color: var(--colorneutral1);
}
h1 {
  font-size: clamp(2.5rem, 2rem  +  2vw, 4rem);
  font-weight: var(--font-bold);
  line-height: 1.2em;
}
h1 b {
  font-size: 1.5em;
}
h2 {
  font-size: clamp(1.75rem, 1.33333333rem  +  1.66666667vw, 3rem);
}
p {
  margin-bottom: 1rem;
}
a {
  color: var(--color-main-1);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: var(--color-main2);
          text-decoration-color: var(--color-main2);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
  transition: all 0.3s;
}
a:hover {
  color: #000;
  -webkit-text-decoration-color: var(--color-main);
          text-decoration-color: var(--color-main);
}
.dark a {
  color: var(--color-main2);
  -webkit-text-decoration-color: var(--color-main2);
          text-decoration-color: var(--color-main2);
}
.dark a:hover {
  color: var(--color-neutral1);
  -webkit-text-decoration-color: var(--color-main);
          text-decoration-color: var(--color-main);
}
.mainWrapper {
  width: min(90vw, 1600px);
  margin: 0 auto;
}
.wysiwygWrapper ul {
  margin: 0;
}
pre {
  position: relative;
  background-color: #fff;
  border: 1px solid var(--color-neutral);
  padding: 2em;
  margin: 2em auto;
  font-size: 0.75em;
  overflow: scroll;
  max-width: 90vw;
  max-height: 80vh;
}
.mainBtn {
  padding: 0;
  box-sizing: border-box;
  height: 2.5rem;
  line-height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 1.25rem;
  margin: 0;
  border: 0;
  text-align: center;
  background-color: var(--color-neutral-1);
  color: var(--color-neutral1);
  cursor: pointer;
  transition: all 0.25s;
}
.mainBtn-row {
  padding: 0.1rem;
  gap: 0.25rem;
  background-color: oklch(from var(--color-neutral) l c h / 0.5);
  min-height: 2.8rem;
  min-width: 2.8rem;
  border-radius: 1.4rem;
  border: 1px solid var(--color-neutral);
}
.mainBtn-row:hover {
  border: 1px solid var(--color-neutral-1);
}
.buttonDownload {
  font-size: 1.25em;
  text-align: center;
  aspect-ratio: 1;
  padding: 0.15em 0.25em 0;
  border-radius: 3px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-left: 0.5em;
  transition: 0.2s ease-in-out;
  background-color: transparent;
}
.buttonDownload:hover {
  background-color: #fff;
  color: var(--color-main);
}
.dark .downloadButton {
  border: 1px solid var(--color-neutral-1);
}
.dark .downloadButton:hover {
  border-color: var(--color-neutral1);
}
.light .downloadButton {
  background-color: var(--color-neutral1);
  color: var(--color-neutral-1);
  border: 1px solid var(--color-neutral1);
}
.light .downloadButton:hover {
  border-color: var(--color-neutral-1);
}
.icon-before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.icon-before::before {
  font-family: 'ev-icons';
}
.icon-before.icon-embed::before {
  content: "\e91a";
}
.icon-before.icon-link::before {
  content: "\e91b";
}
.icon-before.icon-share::before {
  content: "\e91c";
}
.icon-before.icon-arrow-down::before {
  content: "\e900";
}
.icon-before.icon-arrow-left::before {
  content: "\e901";
}
.icon-before.icon-arrow-right::before {
  content: "\e902";
}
.icon-before.icon-arrow-up::before {
  content: "\e903";
}
.icon-before.icon-barchart::before {
  content: "\e904";
}
.icon-before.icon-bard::before {
  content: "\e905";
}
.icon-before.icon-chevron-left::before {
  content: "\e906";
}
.icon-before.icon-chevron-down::before {
  content: "\e907";
}
.icon-before.icon-chevron-right::before {
  content: "\e908";
}
.icon-before.icon-chevron-up::before {
  content: "\e909";
}
.icon-before.icon-circle-chevron-down::before {
  content: "\e90a";
}
.icon-before.icon-circle-chevron-left::before {
  content: "\e90b";
}
.icon-before.icon-circle-chevron-right::before {
  content: "\e90c";
}
.icon-before.icon-circle-chevron-up::before {
  content: "\e90d";
}
.icon-before.icon-columns-one::before {
  content: "\e90e";
}
.icon-before.icon-columns-two::before {
  content: "\e90f";
}
.icon-before.icon-compare::before {
  content: "\e910";
}
.icon-before.icon-download::before {
  content: "\e911";
}
.icon-before.icon-edit::before {
  content: "\e912";
}
.icon-before.icon-gear::before {
  content: "\e913";
}
.icon-before.icon-pen::before {
  content: "\e914";
}
.icon-before.icon-plus::before {
  content: "\e915";
}
.icon-before.icon-print::before {
  content: "\e916";
}
.icon-before.icon-sliders::before {
  content: "\e917";
}
.icon-before.icon-trash::before {
  content: "\e918";
}
.icon-before.icon-wrench::before {
  content: "\e919";
}
.icon-after {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.icon-after::after {
  font-family: 'ev-icons';
}
.icon-after.icon-embed::after {
  content: "\e91a";
}
.icon-after.icon-link::after {
  content: "\e91b";
}
.icon-after.icon-share::after {
  content: "\e91c";
}
.icon-after.icon-arrow-down::after {
  content: "\e900";
}
.icon-after.icon-arrow-left::after {
  content: "\e901";
}
.icon-after.icon-arrow-right::after {
  content: "\e902";
}
.icon-after.icon-arrow-up::after {
  content: "\e903";
}
.icon-after.icon-barchart::after {
  content: "\e904";
}
.icon-after.icon-bard::after {
  content: "\e905";
}
.icon-after.icon-chevron-left::after {
  content: "\e906";
}
.icon-after.icon-chevron-down::after {
  content: "\e907";
}
.icon-after.icon-chevron-right::after {
  content: "\e908";
}
.icon-after.icon-chevron-up::after {
  content: "\e909";
}
.icon-after.icon-circle-chevron-down::after {
  content: "\e90a";
}
.icon-after.icon-circle-chevron-left::after {
  content: "\e90b";
}
.icon-after.icon-circle-chevron-right::after {
  content: "\e90c";
}
.icon-after.icon-circle-chevron-up::after {
  content: "\e90d";
}
.icon-after.icon-columns-one::after {
  content: "\e90e";
}
.icon-after.icon-columns-two::after {
  content: "\e90f";
}
.icon-after.icon-compare::after {
  content: "\e910";
}
.icon-after.icon-download::after {
  content: "\e911";
}
.icon-after.icon-edit::after {
  content: "\e912";
}
.icon-after.icon-gear::after {
  content: "\e913";
}
.icon-after.icon-pen::after {
  content: "\e914";
}
.icon-after.icon-plus::after {
  content: "\e915";
}
.icon-after.icon-print::after {
  content: "\e916";
}
.icon-after.icon-sliders::after {
  content: "\e917";
}
.icon-after.icon-trash::after {
  content: "\e918";
}
.icon-after.icon-wrench::after {
  content: "\e919";
}
/*
1a5354
c1d9d9
ebf2f2
31693c
30b44a
70c944
d4de25
ebb47a
d9691c
c23819

1a5354,c1d9d9,ebf2f2,31693c,30b44a,70c944,d4de25,ebb47a,d9691c,c23819
*/
