/* variables.css */
:root {
    /* カラー */
    --color-primary: #0f5d4d;
    --color-secondary: #f4a11f;
    --color-text: #24333b;
    --color-background: #fff;
    --color-accent: #eaf7ee;
    --color-border: #dce7de;

    /* フォント */
    --font-base: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
    --font-heading: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;

    /* 余白 */
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 40px;
}
