/*
Theme Name:   Beyond Blue Digital
Theme URI:    https://beyondbluedigital.com
Description:  Divi 5 child theme for Beyond Blue Digital. Carries the Neon Tide design
              system, the scroll-driven hero, the app-style mobile dock and the homepage
              section styles. All page markup lives in Divi Code modules; this theme only
              supplies tokens, styles and behaviour.
Author:       Beyond Blue Digital
Author URI:   https://beyondbluedigital.com
Template:     Divi
Version:      1.0.0
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  beyond-blue-child
Tags:         one-column, custom-colors, custom-menu, editor-style, full-width-template
*/

/* ---------------------------------------------------------------------------
   This file is intentionally almost empty.

   The design system lives in  assets/css/beyond-blue.css
   The behaviour lives in      assets/js/beyond-blue.js

   Put your own site-wide overrides below. Anything you write here loads AFTER
   beyond-blue.css, so it wins without needing !important.
   --------------------------------------------------------------------------- */

/* Keep the page dark before the stylesheet paints, so there is no white flash. */
html { background: #04101a; }

/* Divi's default content width fights full-bleed sections on some templates. */
body.bb-body .et_pb_row { padding-block: 0; }
