/*
Theme Name: etzlinguae
Theme URI: https://example.com/ilab
Author: Your Name
Author URI: https://example.com
Description: A simple and clean WordPress theme for iLAB.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ilab
*/

/* Basic Styles */
body {
    font-family: "Microsoft Yahei", Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}


