/*
Theme Name: Protiva LMS
Theme URI: borbila.com
Author: Borbila Team
Author URI: borbila.com
Description: A modern theme for Protiva LMS website
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: protivalms
Tags: e-commerce, woocommerce, shop, responsive, modern
*/

/* ========================================
   CSS Reset & Base Styles
======================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}