﻿/*
Theme Name: Apple Minimal Elementor
Theme URI: https://yourwebsite.com
Author: Expert Developer
Description: A lightweight, high-performance WordPress theme tailored for Elementor with an Apple-inspired minimalist design.
Version: 1.0.0
Text Domain: apple-minimal
*/

:root {
    --bg-color: #ffffff;
    --text-primary: #1d1d1f;
    --text-secondary: #86868b;
    --accent-color: #0066cc;
    --font-main: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-primary);
    font-family: var(--font-main);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/* ลบขยะและตั้งค่าความกว้างพื้นฐานให้รองรับ Elementor */
.site-content {
    min-height: 70vh;
}