/*
Theme Name: Coursee
Theme URI: https://coursee.com
Author: Coursee Team
Author URI: https://coursee.com
Description: Premium LMS & Education WordPress Theme - A complete all-in-one solution for creating Udemy/Coursera-level online learning platforms. Features full LMS integration, e-learning ecosystem, monetization, community, gamification, and advanced reporting.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coursee
Domain Path: /languages
Tags: education, lms, learning, courses, online-learning, e-learning, tutor, instructor, student, woocommerce, buddypress, responsive, rtl-language-support, translation-ready, custom-menu, featured-images, threaded-comments, custom-header, custom-background, custom-logo, editor-style, theme-options, full-width-template, sticky-post, post-formats

Coursee is a premium WordPress theme designed for creating comprehensive online learning platforms.
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Accessibility */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

