@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/bebasneue-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/robotocondensed-100.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/robotocondensed-200.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/robotocondensed-300.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/robotocondensed-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/robotocondensed-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/robotocondensed-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/robotocondensed-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/robotocondensed-800.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/robotocondensed-900.ttf) format('truetype');
}
html {
    background: #d3b5c9;
    font-size: 140%;
}
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.01rem;
    margin: auto;
    padding: 0;
    border-style: none;
    min-width: 240px;
    max-width: 100vw;
    color: #fff9eeff;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: lowercase;
    letter-spacing: -0.05rem;
}
img {
    display: block;
    width: 100%;
}
header {
    margin-top: 0.67rem;
    margin-bottom: -0.67rem;
    max-width: 98%;
}
footer {
    margin-bottom: 2.01rem;
    max-width: 98%;
}
a.button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    column-gap: 0.2rem;
    border-style: solid;
    border-width: 0.12rem;
    padding: 0.25rem 0.335rem 0.25rem 0.335rem;
    text-decoration: unset;
}
a.button > span {
    width: 100%;
    text-align: center;
}
a.button > img, a.button > img.icon {
    height: 1.3rem;
    width: unset;
}
a.button:active, a.button:hover {
    background: #fff9ee;
    border-color: #fff9ee;
    color: #d3b4c8;
}
a.button img.icon {
    filter: brightness(0) saturate(100%) invert(99%) sepia(46%) saturate(356%) hue-rotate(306deg) brightness(100%) contrast(103%);
}
a.button:active img.icon, a.button:hover img.icon {
    filter: brightness(0) saturate(100%) invert(92%) sepia(31%) saturate(523%) hue-rotate(278deg) brightness(91%) contrast(79%);
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    letter-spacing: initial;
    font-family: "Bebas Neue";
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, table {
    text-align: left;
}
header > h1 {
    margin-top: 0;
    margin-bottom: 0;
}
a {
    color: inherit;
    text-underline-offset: 0.1rem;
}
a:hover {
    text-decoration: none;
}
table {
    margin: 0;
    width: 100%;
}
table tr {
    vertical-align: top;
}
table th {
    font-weight: 300;
}
table td {
    font-weight: 500;
}
table th, table td {
    padding-left: 0;
    padding-right: 0;
}
table:not([class*="responsive"]) th:last-of-type, table:not([class*="responsive"]) td:last-of-type {
    padding-right: 0;
}
table:not([class*="responsive"]) th, table:not([class*="responsive"]) td {
    padding-right: 1.206rem;
}
table.responsive thead {
    display: none;
}
table.responsive tbody {
    display: flex;
    flex-direction: column;
    row-gap: 1.18rem;
}
table.responsive td::before {
    content: attr(label);
    min-width: 4rem;
    font-weight: 300;
    text-align: left;
}
table.responsive td {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.center.flex-column, .center.flex-row {
    align-items: center;
}
.hidden {
    display: none;
}
.icon, div.icon img  {
    height: 1.5rem;
    width: 1.5rem;
    aspect-ratio: 1 / 1;
    filter: brightness(0) saturate(100%) invert(99%) sepia(46%) saturate(356%) hue-rotate(306deg) brightness(100%) contrast(103%);
}
.flex-row {
    display: flex;
    column-gap: 0.67rem;
}
.icon-info.flex-column {
    row-gap: 0.2rem;
}
.icon-info > .icon-hover {
    visibility: hidden;
    font-size: 0.9rem;
    max-height: 0;
}
.icon-info:hover > .icon-hover, .icon-info:active > .icon-hover {
    visibility: visible;
}
span.icon-hover {
    white-space: nowrap;
    font-weight: 300;
}
.flex-column {
    display: flex;
    flex-direction: column;
    row-gap: 0.67rem;
}
@media only screen and (min-width: 650px) {
    header > h1 {
        font-size: 2.6rem;
    }
    table th:last-of-type, table td:last-of-type {
        padding-right: 0;
    }
    table th, table td {
        padding-right: 2.4rem;
    }
    table.responsive thead {
        display: table-header-group;
    }
    table.responsive tbody {
        display: table-row-group;
    }
    table.responsive td {
        display: table-cell;
        line-height: unset;
        text-align: unset;
    }
    table.responsive td::before {
        all: unset;
    }
}
