/*
Theme Name: Sousa Football Agents
Theme URI: https://sousafa.com
Author: SFA Development
Author URI: https://sousafa.com
Description: Custom premium theme for Sousa Football Agents (SFA) — a global football agency dedicated to developing players through opportunity, mentorship and long-term career management. Built from scratch: no page builders, no external plugins. Minimalist, editorial, international.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sousa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This style.css is required by WordPress to register the theme.
All real styling lives in /assets/css/ (main.css + responsive.css),
which are enqueued from functions.php. Keep this file for the theme
header + a few global resets only.
*/

/* ------------------------------------------------------------------ *
 * Minimal global reset (the heavy lifting is in assets/css/main.css)  *
 * ------------------------------------------------------------------ */

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

html {
    -webkit-text-size-adjust: 100%;
    scrollbar-gutter: stable;
}

body {
    margin: 0;
}
