@charset "UTF-8";

/* skin-sousaku — chocmint tokens (newold 寄り) */

:root {
  --font: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-display: "Dela Gothic One", "Hiragino Maru Gothic ProN", sans-serif;
  --font-icon: "Material Symbols Outlined";
  --font-size-base: 1.0625rem;
  --line-height-body: 1.85;

  --mint: #6aab8c;
  --mint-deep: #4a8f72;
  --mint-soft: #d4f0e4;
  --mint-wash: #e8f8f2;
  --tag-bg: #d4f0e4;
  --tag-text: #3a7560;
  --choco: #5c4033;
  --choco-deep: #3d2914;
  --cream: #fafcf9;
  --cream-deep: #edf5f1;
  --desk: #edf5f1;
  --ink: #3d2914;
  --muted: #6b5a4a;
  --border: #98c9b0;
  --line: #c8e6d8;

  --note-cream: #faf3e8;
  --note-mint: #e8f8f2;
  --note-shadow: rgb(61 41 20 / 0.12);

  --brand-bg: #edf5f1;
  --brand-ink: #3d2914;
  --brand-dot: rgb(106 171 140 / 0.16);
  --brand-dot-size: 160px;
  --brand-dot-d: 5px;
  --stamp: #3d2914;

  --heatmap-0: #e8f5f0;
  --heatmap-1: #c8e6d8;
  --heatmap-2: #98d4bb;
  --heatmap-3: #6aab8c;
  --heatmap-4: #5c4033;
  --heatmap-5: #4a3228;
  --heatmap-6: #3d2914;
  --heatmap-7: #2a1c0e;
}

[data-theme="dark"] {
  --mint: #8ec8ae;
  --mint-deep: #a8e6c8;
  --mint-soft: #1a1c1b;
  --mint-wash: #191a19;
  --tag-bg: #1a1a1a;
  --tag-text: #b8e8d4;
  --choco: #a8e6c8;
  --choco-deep: #eef8f4;
  --cream: #161616;
  --cream-deep: #1a1a1a;
  --desk: #2c2c2c;
  --ink: #eef8f4;
  --muted: #c0d8cc;
  --border: #3a3a3a;
  --line: #2a2a2a;

  --note-cream: #1c1b19;
  --note-mint: #191a19;
  --note-shadow: rgb(0 0 0 / 0.55);

  --brand-bg: #2c2c2c;
  --brand-ink: #eef8f4;
  --brand-dot: rgb(168 230 200 / 0.1);
  --brand-dot-size: 160px;
  --brand-dot-d: 5px;
  --stamp: #0c1411;

  --heatmap-0: #1a1a1a;
  --heatmap-1: #242424;
  --heatmap-2: #354840;
  --heatmap-3: #4a6a5a;
  --heatmap-4: #6aab8c;
  --heatmap-5: #8ec8ae;
  --heatmap-6: #a89268;
  --heatmap-7: #5c4033;
}
