:root {
  --color-green-darker: #091a09;
  --color-green-dark: #002F0C;
  --color-green-dim: #376e23;
  --color-green: #54E240;
  --color-green-bright: #c1e394;
  --color-green-light: #F3F7EF;
  --color-pink: #FB84FD;
  --color-red: #FF5300;
  --color-yellow: #FBAE17;
  --color-blue: #84D6F1;
  --color-red-dark: #802a00;
  --color-red-light: #ff9866;
  --color-blue-dark: #19acdc;
  --color-blue-light: #ffffff;
  --color-yellow-dark: #a97103;
  --color-yellow-light: #fdd17b;
  --color-pink-dark: #f707fb;
  --color-pink-light: #ffffff;
  --color-grey: #7b866e;
  --font-bold: 700;
  --font-normal: 300;
  --form-field-height: 3.2rem;
  --border-radius: 1rem;
  --border-radius-l: 1.6rem;
  --border-radius-sml: 0.25rem;
  interpolate-size: allow-keywords;
}
.icon-before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.icon-before::before {
  font-family: 'si-ifra';
}
.icon-before.icon-add-image::before {
  content: "\e900";
}
.icon-before.icon-arrow-down::before {
  content: "\e901";
}
.icon-before.icon-arrow-left::before {
  content: "\e902";
}
.icon-before.icon-arrow-right::before {
  content: "\e903";
}
.icon-before.icon-arrow-up::before {
  content: "\e904";
}
.icon-before.icon-bubble::before {
  content: "\e905";
}
.icon-before.icon-check::before {
  content: "\e906";
}
.icon-before.icon-cry::before {
  content: "\e907";
}
.icon-before.icon-exclamation::before {
  content: "\e908";
}
.icon-before.icon-frown::before {
  content: "\e909";
}
.icon-before.icon-globe::before {
  content: "\e90a";
}
.icon-before.icon-image::before {
  content: "\e90b";
}
.icon-before.icon-meh::before {
  content: "\e90c";
}
.icon-before.icon-pencil::before {
  content: "\e90d";
}
.icon-before.icon-smile::before {
  content: "\e90e";
}
.icon-before.icon-star-struck::before {
  content: "\e90f";
}
.icon-before.icon-facebook::before {
  content: "\e910";
}
.icon-before.icon-instagram::before {
  content: "\e911";
}
.icon-before.icon-twitter::before {
  content: "\e912";
}
.icon-after {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.icon-after::after {
  font-family: 'si-ifra';
}
.icon-after.icon-add-image::after {
  content: "\e900";
}
.icon-after.icon-arrow-down::after {
  content: "\e901";
}
.icon-after.icon-arrow-left::after {
  content: "\e902";
}
.icon-after.icon-arrow-right::after {
  content: "\e903";
}
.icon-after.icon-arrow-up::after {
  content: "\e904";
}
.icon-after.icon-bubble::after {
  content: "\e905";
}
.icon-after.icon-check::after {
  content: "\e906";
}
.icon-after.icon-cry::after {
  content: "\e907";
}
.icon-after.icon-exclamation::after {
  content: "\e908";
}
.icon-after.icon-frown::after {
  content: "\e909";
}
.icon-after.icon-globe::after {
  content: "\e90a";
}
.icon-after.icon-image::after {
  content: "\e90b";
}
.icon-after.icon-meh::after {
  content: "\e90c";
}
.icon-after.icon-pencil::after {
  content: "\e90d";
}
.icon-after.icon-smile::after {
  content: "\e90e";
}
.icon-after.icon-star-struck::after {
  content: "\e90f";
}
.icon-after.icon-facebook::after {
  content: "\e910";
}
.icon-after.icon-instagram::after {
  content: "\e911";
}
.icon-after.icon-twitter::after {
  content: "\e912";
}
/* 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: 'si-ifra';
  src: url('/fonts/si-ifra.ttf?vlxcla') format('truetype'), url('/fonts/si-ifra.woff?vlxcla') format('woff'), url('/fonts/si-ifra.svg?vlxcla#si-ifra') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--color-green-light);
  background: var(--color-green-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mainWrapper {
  width: min(90%, 1100px);
  margin: 0 auto;
}
h1 {
  font-size: 3rem;
  font-weight: var(--font-bold);
  color: inherit;
}
h2 {
  font-size: 2.25rem;
  font-weight: var(--font-bold);
  color: inherit;
}
h3 {
  font-size: 1.25rem;
  font-weight: var(--font-bold);
  color: inherit;
}
h4 {
  font-size: 1.25rem;
  font-weight: var(--font-bold);
  color: inherit;
}
p {
  margin-bottom: 1em;
}
button {
  color: inherit;
}
.btnStdRound {
  display: inline-block;
  background-color: var(--color-green);
  border: 0;
  height: 2.6rem;
  line-height: 1.2rem;
  padding: 0.25rem 1.5rem 0;
  font-weight: var(--font-bold);
  border-radius: 1.3rem;
  color: var(--color-green-dark);
  cursor: pointer;
}
.btnCoverAll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
pre {
  position: relative;
  display: block;
  overflow-x: scroll;
  margin: 2rem auto;
  padding: 1rem;
  border: 1px solid #fff;
  background-color: var(--color-green-dark);
  color: #fff;
}
