:root {
    --tm-bg: #ffffff;
    --tm-fg: #0a0a0a;
    --tm-muted: #5b5b5b;
    --tm-line: #e5e5e5;
    --tm-accent: #d6001c;
    --tm-accent-ink: #ffffff;
    --tm-surface: #f6f6f6;
    --tm-overlay: rgba(0, 0, 0, 0.55);
    --tm-shadow-1: 0 1px 2px rgba(0, 0, 0, .04);
    --tm-shadow-2: 0 8px 24px rgba(0, 0, 0, .10);
    --tm-font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    --tm-font-en: "Inter", "Helvetica Neue", Arial, sans-serif;
    --tm-container: 1280px;
}
