/*
Theme Name: VN Exam Theme Pro
Theme URI: https://lophocthaytai.edu.vn
Author: WebDev Partner
Author URI: https://lophocthaytai.edu.vn
Description: Theme tối ưu cho hệ thống thi trắc nghiệm (Phiên bản ổn định).
Version: 4.8
Text Domain: vn-exam-theme
*/

/* =========================================
   STYLE.CSS - CORE BASE (CHỈ DÙNG CHUNG)
   Theme: Orange Coral
========================================= */

body { 
    background-color: #fff5f2; /* Nền hồng phấn nhạt chủ đạo */
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; 
    color: #4a4a4a; 
    line-height: 1.6; 
    margin: 0; padding: 0; 
}

a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { margin: 0; padding: 0; list-style: none; }
* { box-sizing: border-box; }

/* Các class tiện ích */
.hidden { display: none !important; }

/* Font Icon Dashicons (Hỗ trợ nếu chưa load) */
@font-face {
    font-family: "dashicons";
    src: url("../wp-includes/fonts/dashicons.eot");
}