/* Theming Override File
 * ==================
 * Copy this to your own CSS file and override the CSS variables below
 * to easily customize colors and fonts without touching forge.css.
 *
 * Example overrides:
 *
 * :root {
 *   --red: #ff4444;
 *   --font-display: 'Your Font', sans-serif;
 * }
 */

/* Uncomment and modify to use:

:root {
  * Colors
  * --red: #your-color;
  * --red-deep: #your-color;
  * --red-glow: rgba(your-rgb, 0.15);
  * --red-subtle: rgba(your-rgb, 0.06);
  *
  * Typography
  * --font-display: 'Your Font', system-ui, sans-serif;
  * --font-body: 'Your Font', Georgia, serif;
  * --font-mono: 'Your Font', monospace;
  *
  * Sizes
  * --max-w: 1200px;
  * --nav-h: 64px;
  * }
*/