/*
Theme Name: Nuru-Uda
Theme URI: https://example.com/nuruuda
Author: Nuru-Uda Team
Author URI: https://example.com
Description: ぬるま湯ウダウダ脱出企画 オフィシャルテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nuruuda
*/

/* ==========================================================================
   Base Variables
   ========================================================================== */
:root {
    --color-teal: #2EC4B6;
    --color-dark: #333;
    --color-light: #f9f9f9;
    --color-pink: #FF5D8F;
    --color-orange: #FF9F1C;
    --font-main: 'Noto Sans JP', sans-serif;
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-main);
    line-height: 1.7;
    color: var(--color-dark);
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul,
ol {
    list-style: none;
}

/* The rest of the CSS will be imported from the original styles.css */