/*
 Theme Name:   saigontin Child
 Theme URI:    http://saigontins.me/saigontin-child/
 Description:  saigontin Child Theme
 Author:       saigontins.me
 Author URI:   http://saigontins.me
 Template:     saigontin
 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:  saigonton-child
*/


:root {
    --primary: #1269e2;
    --primary-hover: #0d54b8;
    --secondary: #f97316;
    --secondary-hover: #e86205;
    --bg-light: #f8fafc;
    --bg-dark: #0f172a;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --font-display: 'Inter', sans-serif;
    --container-width: 1320px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    font-family: var(--font-display);
    background-color: var(--bg-light);
    color: var(--text-dark);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.max-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.post, .page {
    margin: 0;
}

