:root {
  --brand:       #8B1A1A;
  --brand-strong:#6B1414;
  --brand-soft:  #B03030;
  --brand-tint:  #FFF0EE;
  --brand-rgb:   139, 26, 26;

  --accent:      #C4922A;
  --accent-soft: #E0B044;
  --accent-tint: #FFF8E6;
  --accent-rgb:  196, 146, 42;

  --ink:         #1C1208;
  --ink-soft:    #3A2C1A;
  --muted:       #7A6A54;
  --line:        #E8DDD0;
  --line-soft:   #F2EBE2;
  --surface:     #FFFFFF;
  --surface-2:   #FDF9F3;
  --surface-3:   #F5EDE2;

  --bg:          #FDF9F3;
  --bg-rgb:      253, 249, 243;

  --night:       #1C1208;
  --night-2:     #2A1E0E;
  --night-rgb:   28, 18, 8;

  --white:       #ffffff;
  --white-rgb:   255, 255, 255;

  --ok:          #2D6A3F;
  --warn:        #A05C1A;

  --font-head:   "Lora", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", Georgia, "Times New Roman", serif;
  --font-body:   "Inter", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Segoe UI", system-ui, sans-serif;
  --font-mono:   "IBM Plex Mono", ui-monospace, monospace;

  --radius-sm:   0.4rem;
  --radius:      0.75rem;
  --radius-lg:   1.1rem;
  --radius-xl:   1.75rem;
  --shadow-sm:   0 2px 10px rgba(28, 18, 8, 0.07);
  --shadow:      0 12px 32px rgba(28, 18, 8, 0.10);
  --shadow-lg:   0 24px 56px rgba(28, 18, 8, 0.14);

  --container:   1160px;
}
