/*
Theme Name: VUF - Venture Unknown Foundation
Description: Child theme of Astra for the Venture Unknown Foundation website. Provides custom styling and functionality while maintaining compatibility with the parent Astra theme.
Author: CampDads Digital
Author URI: https://digital.campdads.com
Template: astra
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vuf-child
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
*/

/* ==========================================================================
   VUF Child Theme Styles
   ========================================================================== */

/* Import parent theme styles - handled by functions.php */

/* ==========================================================================
   Custom VUF Styles
   ========================================================================== */

/* Add your custom styles below this line */



/* Responsive design helpers */
@media (max-width: 768px) {
    /* Mobile-specific styles */
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Tablet-specific styles */
}

@media (min-width: 1025px) {
    /* Desktop-specific styles */
}



/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
    /* Print-specific styles */
    .site-header,
    .site-footer,
    .sidebar {
        display: none;
    }
}