/* generated by stagekit/tools/theme.py from style.toml; edit the toml, not this file */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap");
:root {
  --bg: #000000;
  --white: #ffffff;
  --gray-light: #b6bec6;
  --gray: #7d868f;
  --gray-dark: #4a5259;
  --blue: #009ee3;
  --green: #4ade80;
  --yellow: #ffd23f;
  --red: #ff4d6d;
  --font: "Arial", "Helvetica Neue", Arial, sans-serif;
  --mono: "Roboto Mono", Consolas, monospace;
  --large: 80px;
  --normal: 48px;
  --small: 32px;
  --tiny: 20px;
  --slide-w: 1920px;
  --slide-h: 1080px;
  --margin: 120px;
  --part-color: var(--blue);
  --lowercase: lowercase;
}
:root[data-theme="light"] {
  --bg: #ffffff;
  --white: #1f2933;
  --gray-light: #4a5259;
  --gray: #7d868f;
  --gray-dark: #c5ccd3;
  --blue: #004d6e;
  --green: #006996;
  --yellow: #009ee3;
  --red: #e03131;
}
