/*
Theme Name:  Amoun International Schools
Theme URI:   https://amoun.edu.eg
Description: Custom theme for Amoun International Schools — bilingual (AR/EN), mobile-first.
Version:     1.0.2
Author:      Amoun Dev Team
Author URI:  https://amoun.edu.eg
Text Domain: amoun
Domain Path: /languages
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License:     Proprietary
*/

/* ── Base reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
    font-family: var(--font-body);
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
