/**
 * Perfect English Child Theme
 * 
 * A clean, professional child theme for educational platforms
 * 
 * @package PerfectEnglish
 * @version 2.0.0
 * @author Perfect English Team
 */

/* ====== Theme Information ====== */
/*
Theme Name: EduBlink Child
Theme URI: https://perfectenglish-eg.com/
Description: Child theme for EduBlink, customized for Perfect English.
Author: Omar
Author URI: https://perfectenglish-eg.com/
Template: edublink
Version: 1.0.0
*/

/*
 * Only global resets and plugin overrides here.
 * All component styles (buttons, cards, grids, notifications, etc.) are now in assets/css/components.css
 */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #2c3e50;
}

