/*
Theme Name: Coders Dream Theme (V1.0.0)
Theme URI: https://codersdreamtheme.com
Author: Gemini Code Pilot
Author URI: https://gemini.google.com/
Description: A hard-coded, performance-optimized theme leveraging CDN assets and React for admin UX.
Version: 1.0.0
License: GPLv2 or later
Text Domain: coders-dream-theme
Tags: blog, custom-background, custom-header, custom-menu, featured-images, footer-widgets, full-width-template, grid-layout, left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, theme-options, translation-ready
*/

/* Global Styling */
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    line-height: 1.5;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.site-header {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.site-footer {
    padding: 2rem 0;
    margin-top: 2rem;
}

.entry-title {
    margin-bottom: 0.5rem;
}

.entry-content {
    margin-top: 1rem;
}

.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}