/* Cherry's Workspace — local display type */

@font-face {
  font-family: "Futura Now Display";
  src:
    local("Futura Now Display"),
    local("Futura Now Display Rg"),
    url("./futura-now-display-rg.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-display:
    "Futura Now Display",
    "Barlow Condensed",
    "Arial Narrow",
    sans-serif;

  --font-body:
    "Noto Sans JP",
    "Hiragino Sans",
    "Yu Gothic",
    sans-serif;
}

body {
  font-family: var(--font-body);
}

.logo,
nav,
h1,
h2,
h3,
.eyebrow,
.label,
.tags,
.panel-label,
.section-heading > p,
.category,
.card-number,
.visual-card,
.play-header p,
.test-status,
.stage-caption,
.classification-label,
.score-panel strong,
button,
kbd {
  font-family: var(--font-display);
}
