/*
Theme Name: WashU Vietnam
Theme URI: https://washuvietnam.com
Author: Your Name / Team
Author URI: https://yourcompany.com
Description: Standalone executive programs website for Washington University in St. Louis – Olin Business School (Vietnam). Built with ACF + custom templates. Minimal, fast, mobile-first.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: washu-vietnam
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* 
  Keep this file lightweight.
  Main styles are loaded from:
  /assets/css/main.css
  and page-specific files (e.g., /assets/css/front-page.css).
*/

/* Global Reset */
*,
*::before,
*::after{
margin:0;
padding:0;
box-sizing:border-box;
}

html,body{
margin:0;
padding:0;
}

.site-header,
.site-footer{
display:none !important;
}