/*
Theme Name: Office Daily Task Tracker
Theme URI: https://media.globalpeacechain.org/
Author: Muhammad Abbas
Description: A custom LMS-style dashboard for daily employee task reporting.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: office-lms
*/

/* --- 1. Basic Reset & Setup --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

