@font-face {
  font-family: Scorekard;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(fonts/Scorekard-Bold.woff2) format('woff2');
}
@font-face {
  font-family: Scorekard;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(fonts/Scorekard-Semibold.woff2) format('woff2');
}
@font-face {
  font-family: Scorekard;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(fonts/Scorekard-Regular.woff2) format('woff2');
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* 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;
  line-height: 1.5;
}
/* 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]) {
  -webkit-text-decoration-skip: ink;
          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;
}
img {
  height: auto;
}
a[class] {
  color: inherit;
}
body {
  background: #ba1b1d;
  color: #f7f4f3;
}
header {
  place-content: center;
}
main {
  padding-block: 4rem;
}
body {
  font-family: Helvetica, sans-serif;
  font-size: 1.2rem;
}
:where(h1, h2, h3, h4) {
  font-family: Scorekard, Helvetica, sans-serif;
  font-weight: 600;
}
h1 {
  text-transform: uppercase;
}
.placeholder {
  box-sizing: border-box;
  background: var(--bg-color, rgba(0, 100, 200, 0.3));
  min-height: 5em;
  border: 2px dashed rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-align: center;
}
.placeholder h3 {
  margin: auto;
  font-size: 1em;
  font-weight: normal;
}
.placeholder h3::before {
  content: "[ ";
}
.placeholder h3::after {
  content: " ]";
}
.text > * + * {
  -webkit-margin-before: var(--flow-space, 1em);
          margin-block-start: var(--flow-space, 1em);
}
.text :where(h2, h3, h4) + * {
  --flow-space: 0.5em;
}
.text.contain p,
.text.contain ul,
.text.contain ol,
.text.contain h2,
.text.contain h3,
.text.contain h4 {
  max-inline-size: 75ch;
}
.text.start {
  text-align: start;
}
.text.center {
  text-align: center;
}
.text.end {
  text-align: end;
}
.text blockquote {
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
  -webkit-border-start: 0.5em solid;
          border-inline-start: 0.5em solid;
  font-style: italic;
}
.text ul,
.text ol {
  padding-inline: 1em;
}
.text ul {
  list-style: square;
}
.address {
  container-type: inline-size;
}
.address .vcard {
  display: flex;
  flex-direction: column;
  justify-content: var(--vstack-justify, start);
  align-items: var(--vstack-align, start);
  gap: var(--vstack-space, var(--stack-space, 1rem));
}
.address .vcard .org {
  font-family: Scorekard, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@container (inline-size > 30rem) {
  .address .vcard {
    display: flex;
    flex-direction: row;
    justify-content: var(--hstack-justify, start);
    align-items: var(--hstack-align, stretch);
    gap: var(--hstack-space, var(--stack-space, 1rem));
    --hstack-justify: space-evenly;
  }
}
.card {
  display: inline-block;
  background: var(--card-color, #ba1b1d);
  color: #fff;
  padding: 1em;
  border: 6px solid rgb(from currentcolor r g b / 0.6);
  box-shadow: inset 0 0 0 4px rgb(from currentcolor r g b / 0.2);
  border-radius: 20px;
}
.card:where(.wined) {
  --card-color: #5b2333;
}
.card:where(.smoked) {
  --card-color: #f7f4f3;
  color: #000;
}
.card:where(.stoned) {
  --card-color: #564d4a;
}
.card:where(.oranged) {
  --card-color: #ff8000;
  color: #000;
}
@supports (color: contrast-color(rebeccapurple)) {
  .card {
    color: contrast-color(var(--card-color, #ba1b1d));
  }
}
.sample-panel {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
header {
  display: flex;
  flex-direction: row;
  justify-content: var(--hstack-justify, start);
  align-items: var(--hstack-align, stretch);
  gap: var(--hstack-space, var(--stack-space, 1rem));
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px;
}
header h1 {
  order: 1;
}
header nav menu {
  display: flex;
  flex-direction: row;
  justify-content: var(--hstack-justify, start);
  align-items: var(--hstack-align, stretch);
  gap: var(--hstack-space, var(--stack-space, 1rem));
  list-style: none;
  padding-inline: 0;
}
