/* Normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("https://fonts.googleapis.com/css?family=Lato");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Theme */
/**
 * Copyright 2024 Red Elf Games LLC. All rights reserved.
 */
/**
 * Copyright 2024 Red Elf Games LLC. All rights reserved.
 */
/**
 * Copyright 2024 Red Elf Games LLC. All rights reserved.
 */
/* Primary, Brand, True Red, PANTONE 19-1664 TPX */
/* Secondary, Summer, Niagara, PANTONE 17-4123 TPX */
/* Tertiary, Spring, Stone Green, PANTONE 17-0123 TPX */
/* Accent, Autumn, Sunshine, PANTONE 12-0727 TPX */
/* Accent, Wood, Brown Sugar, PANTONE 17-1134 TPX */
/* Dark, Winter, Peat, PANTONE 19-0508 TPX */
/* Light, Winter, December Sky, PANTONE 18-4016 TPX */
/**
 * Fits a curve passing through the given point and two additional fixed points.
 *
 * Fixed points are the positions 10, 50, and 90.
 *
 * @param  x The position of the tint/shade from 0 (black) to 100 (white).
 * @param  y The position of the tint/shade from 0 (black) to 100 (white).
 *
 * @return A map containing the a, b, and c coefficients of the quadratic curve.
 */
/**
 * Gets the lightness at a given position on a given curve.
 *
 * @param  position The position of the tint/shade from 0 (black) to 100 (white).
 * @param  curve A map containing the a, b, and c coefficients of the quadratic curve.
 *
 * @return The lightness at the given position on the given curve.
 */
/**
 * Generates a palette consisting of a set of color tokens based on the given color.
 *
 * @param  name The name of the palette, used as a prefix for color tokens.
 * @param  color The color to use as a base for the palette.
 * @param  extended Whether to include extended values below position 10 and above position 90.
 */
:root {
  --color-red: #bc243c;
  --color-red-i: 50;
  --color-red-10: oklab(10% 0.175645272 0.0600644696);
  --color-red-20: oklab(20.8867254544% 0.175645272 0.0600644696);
  --color-red-30: oklab(31.5201007789% 0.175645272 0.0600644696);
  --color-red-40: oklab(41.9001259736% 0.175645272 0.0600644696);
  --color-red-50: oklab(52.0268010385% 0.175645272 0.0600644696);
  --color-red-60: oklab(61.9001259736% 0.175645272 0.0600644696);
  --color-red-70: oklab(71.5201007789% 0.175645272 0.0600644696);
  --color-red-80: oklab(80.8867254544% 0.175645272 0.0600644696);
  --color-red-90: oklab(90% 0.175645272 0.0600644696);
  --color-blue: #578ca9;
  --color-blue-i: 60;
  --color-blue-10: oklab(10% -0.0424985138 -0.0575943455);
  --color-blue-20: oklab(20.6729363157% -0.0424985138 -0.0575943455);
  --color-blue-30: oklab(31.1536051126% -0.0424985138 -0.0575943455);
  --color-blue-40: oklab(41.4420063907% -0.0424985138 -0.0575943455);
  --color-blue-50: oklab(51.5381401501% -0.0424985138 -0.0575943455);
  --color-blue-60: oklab(61.4420063907% -0.0424985138 -0.0575943455);
  --color-blue-70: oklab(71.1536051126% -0.0424985138 -0.0575943455);
  --color-blue-80: oklab(80.6729363157% -0.0424985138 -0.0575943455);
  --color-blue-90: oklab(90% -0.0424985138 -0.0575943455);
  --color-green: #649266;
  --color-green-i: 60;
  --color-green-10: oklab(10% -0.068041142 0.0467218048);
  --color-green-20: oklab(20.6808926373% -0.068041142 0.0467218048);
  --color-green-30: oklab(31.1672445211% -0.068041142 0.0467218048);
  --color-green-40: oklab(41.4590556514% -0.068041142 0.0467218048);
  --color-green-50: oklab(51.5563260281% -0.068041142 0.0467218048);
  --color-green-60: oklab(61.4590556514% -0.068041142 0.0467218048);
  --color-green-70: oklab(71.1672445211% -0.068041142 0.0467218048);
  --color-green-80: oklab(80.6808926373% -0.068041142 0.0467218048);
  --color-green-90: oklab(90% -0.068041142 0.0467218048);
  --color-yellow: #fde182;
  --color-yellow-i: 90;
  --color-yellow-10: oklab(10% -0.0071244569 0.1189166468);
  --color-yellow-20: oklab(19.8759358597% -0.0071244569 0.1189166468);
  --color-yellow-30: oklab(29.8345811462% -0.0071244569 0.1189166468);
  --color-yellow-40: oklab(39.8759358597% -0.0071244569 0.1189166468);
  --color-yellow-50: oklab(50% -0.0071244569 0.1189166468);
  --color-yellow-60: oklab(60.2067735672% -0.0071244569 0.1189166468);
  --color-yellow-70: oklab(70.4962565613% -0.0071244569 0.1189166468);
  --color-yellow-80: oklab(80.8684489823% -0.0071244569 0.1189166468);
  --color-yellow-90: oklab(91.3233508301% -0.0071244569 0.1189166468);
  --color-brown: #9f744d;
  --color-brown-i: 60;
  --color-brown-10: oklab(10% 0.0351409782 0.0680962649);
  --color-brown-20: oklab(19.6814320735% 0.0351409782 0.0680962649);
  --color-brown-30: oklab(29.4538835545% 0.0351409782 0.0680962649);
  --color-brown-40: oklab(39.3173544432% 0.0351409782 0.0680962649);
  --color-brown-50: oklab(49.2718447394% 0.0351409782 0.0680962649);
  --color-brown-60: oklab(59.3173544432% 0.0351409782 0.0680962649);
  --color-brown-70: oklab(69.4538835545% 0.0351409782 0.0680962649);
  --color-brown-80: oklab(79.6814320735% 0.0351409782 0.0680962649);
  --color-brown-90: oklab(90% 0.0351409782 0.0680962649);
  --color-grey: #3e3f3e;
  --color-grey-i: 40;
  --color-grey-10: oklab(10% -0.0017770798 0.0012199069);
  --color-grey-20: oklab(18.4300903162% -0.0017770798 0.0012199069);
  --color-grey-30: oklab(27.3087262563% -0.0017770798 0.0012199069);
  --color-grey-40: oklab(36.6359078204% -0.0017770798 0.0012199069);
  --color-grey-50: oklab(46.4116350084% -0.0017770798 0.0012199069);
  --color-grey-60: oklab(56.6359078204% -0.0017770798 0.0012199069);
  --color-grey-70: oklab(67.3087262563% -0.0017770798 0.0012199069);
  --color-grey-80: oklab(78.4300903162% -0.0017770798 0.0012199069);
  --color-grey-90: oklab(90% -0.0017770798 0.0012199069);
  --color-grey-1: oklab(2.7964252239% -0.0017770798 0.0012199069);
  --color-grey-2: oklab(3.5788805963% -0.0017770798 0.0012199069);
  --color-grey-5: oklab(5.9531594509% -0.0017770798 0.0012199069);
  --color-grey-95: oklab(95.9531594509% -0.0017770798 0.0012199069);
  --color-grey-98: oklab(99.5788805963% -0.0017770798 0.0012199069);
  --color-grey-99: oklab(100% -0.0017770798 0.0012199069);
  --color-light-grey: #7c7b7c;
  --color-light-grey-i: 60;
  --color-light-grey-10: oklab(10% 0.0015835833 -0.0010842647);
  --color-light-grey-20: oklab(19.2581768564% 0.0015835833 -0.0010842647);
  --color-light-grey-30: oklab(28.7283031824% 0.0015835833 -0.0010842647);
  --color-light-grey-40: oklab(38.410378978% 0.0015835833 -0.0010842647);
  --color-light-grey-50: oklab(48.3044042432% 0.0015835833 -0.0010842647);
  --color-light-grey-60: oklab(58.410378978% 0.0015835833 -0.0010842647);
  --color-light-grey-70: oklab(68.7283031824% 0.0015835833 -0.0010842647);
  --color-light-grey-80: oklab(79.2581768564% 0.0015835833 -0.0010842647);
  --color-light-grey-90: oklab(90% 0.0015835833 -0.0010842647);
  --color-light-grey-1: oklab(1.8488576257% 0.0015835833 -0.0010842647);
  --color-light-grey-2: oklab(2.746062133% 0.0015835833 -0.0010842647);
  --color-light-grey-5: oklab(5.4503926229% 0.0015835833 -0.0010842647);
  --color-light-grey-95: oklab(95.4503926229% 0.0015835833 -0.0010842647);
  --color-light-grey-98: oklab(98.746062133% 0.0015835833 -0.0010842647);
  --color-light-grey-99: oklab(99.8488576257% 0.0015835833 -0.0010842647);
}

/**
 * Copyright 2024 Red Elf Games LLC. All rights reserved.
 */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v222/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzazHD_dY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbd5zrDAt.woff2) format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:root {
  --typeface: "Lato";
  --typeface-brand: "EB Garamond";
  font-family: var(--typeface), sans-serif;
  font-size: 14px;
}

/**
 * Copyright 2024 Red Elf Games LLC. All rights reserved.
 */
:root.dark {
  --color-background: var(--color-grey-30);
  --color-background-hover: var(--color-grey-40);
  --color-text: var(--color-light-grey-95);
  --color-primary: var(--color-red-50);
  --color-primary-hover: var(--color-red-60);
  --color-on-primary: var(--color-light-grey-98);
  --color-disabled: var(--color-light-grey-80);
  --color-error: var(--color-red-60);
  --color-link: var(--color-blue-70);
  --color-link-hover: var(--color-blue-80);
  --color-link-visited: var(--color-blue-60);
  --color-success: var(--color-green-60);
  --color-warning: var(--color-yellow-80);
}

/**
 * Copyright 2024 Red Elf Games LLC. All rights reserved.
 */
:root.light {
  --color-background: var(--color-light-grey-98);
  --color-background-hover: var(--color-light-grey-95);
  --color-text: var(--color-grey-5);
  --color-primary: var(--color-red-50);
  --color-primary-hover: var(--color-red-60);
  --color-on-primary: var(--color-light-grey-98);
  --color-disabled: var(--color-light-grey-80);
  --color-error: var(--color-red-60);
  --color-link: var(--color-blue-60);
  --color-link-hover: var(--color-blue-70);
  --color-link-visited: var(--color-blue-50);
  --color-success: var(--color-green-60);
  --color-warning: var(--color-yellow-80);
}
