/*
Theme Name: developer flavor
Theme URI: https://developerflavor.com/themes/developer-flavor
Author: Developer Flavor
Author URI: https://developerflavor.com
Description: A modern, production-ready WordPress block theme designed for online course aggregation platforms. Features full site editing, custom course layouts, and seamless integration with the LearningCourse plugin.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
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: developer-flavor
Tags: blog, education, portfolio, grid-layout, one-column, two-columns, three-columns, wide-blocks, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, translation-ready

developer flavor is a course aggregation theme designed for platforms similar to Class Central. 
It provides beautiful course listings, instructor profiles, provider pages, and more.
*/

/* Base Theme Styles */
/* Note: Most styles are handled through theme.json and block styles */

/* Custom utility classes */
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
:focus-visible {
    outline: 2px solid var(--wp--preset--color--primary);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .no-print,
    .site-header,
    .site-footer,
    .wp-block-navigation {
        display: none !important;
    }
}
