/*
Theme Name: Chiang Mai Editorial Edition
Theme URI: http://smoke-model.org
Author: CM Luxury Editorial
Author URI: http://smoke-model.orgabout/
Description: Premium lifestyle editorial theme for Chiang Mai motorbike travel and scooter rental guides. Modern clean typography, spacious layouts, no borders.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://gnu.org
Text Domain: cm-editorial
*/

:root {
    --bg-main: #ffffff;
    --bg-surface: #faf9f6;
    --text-primary: #111111;
    --text-secondary: #555555;
    --color-accent: #bc9c66;
    --font-headers: "Times New Roman", Times, Georgia, serif;
    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--bg-main);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
    box-sizing: inherit;
}

a {
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.25s ease;
}

a:hover {
    color: var(--color-accent);
}

.cm-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}
