/*
Theme Name: Anubal Narathiwat School Theme
Theme URI: https://anubalnarathiwat.ac.th
Author: โรงเรียนอนุบาลนราธิวาส
Author URI: https://www.facebook.com/anubalnara
Description: ธีมเว็บไซต์โรงเรียนอนุบาลนราธิวาส โทนสีน้ำเงิน-ชมพู รองรับระบบบริการอิเล็กทรอนิกส์ E-Services, คลังเอกสารภายใน 6 ฝ่าย, คลังภาพกิจกรรม และฟีดข่าวสาร Facebook
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: anubalnarathiwat
Tags: education, school, responsive, tailwindcss, e-services, thai-school
*/

/* Custom CSS Styles */
:root {
  --color-primary: #0B1A3A;
  --color-pink-main: #EC4899;
  --color-pink-hover: #DB2777;
}

body {
  font-family: 'Krub', 'Sarabun', 'Plus Jakarta Sans', sans-serif;
  color: #1E293B;
  background-color: #F8FAFC;
  margin: 0;
  padding: 0;
}

/* Modal animation keyframes */
@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.animate-modal-fadeIn {
  animation: modalFadeIn 0.25s ease-out forwards;
}
