/*
Theme Name: SMP Yadika 11
Theme URI: https://smpyadika11.sch.id
Author: SMP Yadika 11 Jatirangga
Author URI: https://smpyadika11.sch.id
Description: Tema resmi website SMP YADIKA 11 Jatirangga — Berilmu, Berbudaya, Berprestasi
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
Text Domain: smpyadika11
*/

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

:root {
  --primary-50:  #eff6ff;
  --primary-100: #dbeafe;
  --primary-200: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-400: #60a5fa;
  --primary-500: #3b82f6;
  --primary-600: #2563eb;
  --primary-700: #1d4ed8;
  --primary-800: #1e40af;
  --primary-900: #1e3a8a;
  --font-sans: 'Inter', 'Plus Jakarta Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: #1e293b; background: #f8fbff; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
