/*
Theme Name: OSAN Custom Theme
Theme URI: https://osannigeria.com
Author: Greengate Software Solutions
Author URI: https://greengatesoft.com
Description: A modern, high-performance bespoke theme for the Old Seminarians Association of Nigeria (OSAN), featuring responsive grids, alumni directories, and event management.
Version: 1.0.0
Text Domain: osan-theme
*/

/* Custom Smooth Scrolling & Base Adjustments */
html {
    scroll-behavior: smooth;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

body {
    background-color: #f8fafc;
    color: #0f172a;
    overflow-x: hidden;
}