@charset "utf-8";
:root {
  /* ベース */
  --accent:              #0b63de;
  --bg:                  #f5f8fc;
  --text-primary:         #404040;
  --text-secondary:       #5C4A2A;
    --line: #e5e7eb;
    --field-bg: #f9fafb;
    --radius: 12px;
    --shadow: 0 20px 50px -12px rgba(15, 23, 42, .35);
}

