/* setup/format for team/player cards - matchup rows etc. */

.rem-italic-bolded {
  font-family: "REM", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-thinitalic {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
} 

.inter-bolditalic {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 632;
  font-style: italic;
}
body {
  background: url(/assets/lab-cynn/court-bg.png);
}

.matchup-list {
  margin-top: 2em;
}

/* Sticky date bar */
.date-sticky { 
  position: sticky;
  top: 0;
  z-index: 20;
  background: #e3e3e3;
  color: #000000;
  font-family: 'Staatliches', 'REM', monospace;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  padding-left: 1rem;
  border: 4px solid #000;
  text-transform: uppercase;
  margin-bottom: 0.25em; 
}



/* Matchup row */
.matchup-row {
  display: flex;
  padding: 1rem 0.5rem;
  gap: 2rem;
  margin: auto;
  justify-content: center;
}

