/*
Theme Name: Base Theme
Theme URI: https://example.com/base-theme
Author: Your Name
Author URI: https://example.com
Description: A modern WordPress theme with Gutenberg support
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: base-theme
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/

/* Base Theme Styles */
:root {
    --wp--preset--color--primary: #0073aa;
    --wp--preset--color--secondary: #005177;
    --wp--preset--color--accent: #00a0d2;
    --wp--preset--color--light-gray: #f5f5f5;
    --wp--preset--color--dark-gray: #333333;
}

/* Editor Styles */
.editor-styles-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Block Styles */
.wp-block-group.is-style-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.wp-block-group.is-style-section {
    padding: 4rem 2rem;
    margin: 2rem 0;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: 2px solid currentColor;
    background: transparent;
}

.wp-block-button.is-style-rounded .wp-block-button__link {
    border-radius: 9999px;
}

/* Pattern Styles */
.hero-section {
    text-align: center;
    padding: 4rem 2rem;
    background-color: var(--wp--preset--color--primary);
    color: white;
}

.features-section {
    padding: 4rem 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wp-block-group.is-style-container,
    .wp-block-group.is-style-section {
        padding: 1rem;
    }
    
    .hero-section {
        padding: 2rem 1rem;
    }
    
    .features-section {
        padding: 2rem 1rem;
    }
}

/*!
Theme Name: Base Theme
Theme URI: https://devangpujara.in/
Author: Devang Pujara
Author URI: https://devangpujara.in/
Description: This is base starter theme to use develop WordPress website with a custom theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: base_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Base Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
