/*
Theme Name: FYD English Starter Theme
Theme URI: https://github.com/nhon1529fyd/FYDWebEnglish
Author: FYD Studio
Description: Theme starter tối giản cho dự án FYD Web English.
Version: 0.1.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: fyd-english-starter-theme
*/

:root {
  --fyd-english-content-width: 1120px;
  --fyd-english-space: clamp(20px, 4vw, 56px);
}

* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; color: #172033; background: #f7f9fc; }
a { color: inherit; }
.fyd-english-shell { width: min(var(--fyd-english-content-width), calc(100% - 32px)); margin: 0 auto; }
.fyd-english-header { padding: 22px 0; background: #fff; border-bottom: 1px solid #e4e8f0; }
.fyd-english-brand { font-weight: 750; text-decoration: none; }
.fyd-english-main { padding: var(--fyd-english-space) 0; }
.fyd-english-card { background: #fff; border: 1px solid #e4e8f0; border-radius: 20px; padding: var(--fyd-english-space); box-shadow: 0 12px 36px rgba(23, 32, 51, .06); }
.fyd-english-card h1 { margin-top: 0; font-size: clamp(30px, 5vw, 58px); line-height: 1.08; }
.fyd-english-footer { padding: 28px 0; color: #5e687b; }
