:root {
  --font-mono:
    "JetBrains Mono", ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  --font-display: "Space Grotesk", "Zen Kaku Gothic New", "IBM Plex Sans JP", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.og-card {
  width: 1200px;
  height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  color: #121212;
  background:
    radial-gradient(circle at 15% 20%, rgba(103, 168, 224, 0.25), transparent 380px),
    radial-gradient(circle at 80% 68%, rgba(210, 112, 96, 0.2), transparent 420px), #f8f7f1;
}

.og-label {
  font-family: var(--font-mono);
  font-size: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.og-title {
  max-width: 980px;
  font-family: var(--font-display);
  font-size: 78px;
  line-height: 1.04;
}

.og-subtitle {
  max-width: 850px;
  margin-top: 28px;
  font-size: 30px;
  color: rgba(18, 18, 18, 0.66);
}
