/*
Theme Name: SNS Saint Nicholas Theme
Theme URI: https://rama.st-nicholas.sch.id/
Author: SNS Dev
Author URI: https://rama.st-nicholas.sch.id/
Description: Tema kustom untuk Saint Nicholas School.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sns-saint-nicholas
Tags: education, school, responsive.
*/


/* Import minimal styles from assets */
@import url("assets/css/main.css");

/* Basic fallback styles */
body { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color: #222; background: #ffffff; }
.site-header, .site-footer { background: #ffffff; color: #222; }
.site-header { border-bottom: 1px solid rgba(0,0,0,0.05); }
.site-footer { border-top: 4px solid var(--primary); }
.site-branding a { color: var(--primary); text-decoration: none; font-weight:700; }
.site-content { padding: 40px 0; }

/* Ensure default link colors use primary */
a { color: var(--primary); }

