/*
Theme Name:   Nebula Orbit
Description:  Nebula WordPress Starter Theme
Theme URI:    https://nebula.design
Author:       Nebula
Author URI:   https://nebula.design
Update URI:   false
Version:      1.0.0
License:      GPL-2.0+
License URI:  http://www.gnu.org/licenses/gpl-2.0.html

Table of Contents:
1. Global Variables & Typography Overrides
2. Site Header
3. Site Footer
4. Gutenberg Blocks Overrides (Buttons, Forms, etc.)
5. Responsive Styles
*/

/* ==========================================================================
   1. GLOBAL VARIABLES & TYPOGRAPHY OVERRIDES
   ========================================================================== */

/* Add theme specific font families or color overrides here */


/* ==========================================================================
   2. SITE HEADER
   ========================================================================== */

/* Add theme specific header colors, padding, and logo sizing here */


/* ==========================================================================
   3. SITE FOOTER
   ========================================================================== */

/* Add theme specific footer formatting here */


/* ==========================================================================
   4. GUTENBERG BLOCKS OVERRIDES
   ========================================================================== */

/* Custom button styles, blockquote specific designs, image captions, etc */


/* ==========================================================================
   5. RESPONSIVE STYLES
   ========================================================================== */

/* Desktop (1200px+) */
@media (min-width: 1200px) {}

/* Tablet (992px) */
@media (max-width: 992px) {}

/* Mobile (600px) */
@media (max-width: 600px) {}