/*
Theme Name: The Decor Diary
Theme URI: https://thedecordiary.store
Author: The Decor Diary Team
Author URI: https://thedecordiary.store
Description: The Decor Diary is an ultra-fast, modern editorial magazine and online home decor storefront built as a high-performance React application and packaged as a full-featured WordPress theme.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.7
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: the-decor-diary
Tags: blog, e-commerce, custom-background, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, grid-layout, post-formats, theme-options, translation-ready
*/

/* WordPress Standard CSS Reset for Full-Screen Headless React Web Application */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background-color: #F8F6F0;
    color: #202722;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#root {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

