/*
 Theme Name:   Living Waters Canada Child
 Theme URI:    https://livingwaterscanada.ca
 Description:  Child theme for Hello Elementor — Living Waters Canada /store
 Author:       Blake Strategies Group
 Author URI:   https://blakestrategiesgroup.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  lwcanada-child
*/

/* ── IMPORT PARENT THEME ── */
@import url('../hello-elementor/style.css');

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@500;600;700&display=swap');

/* ── CSS VARIABLES ── */
:root {
  --blue:   #3D99D4;
  --orange: #E87722;
  --dark:   #1a1a1a;
  --gray:   #f5f5f5;
  --mid:    #666;
  --white:  #ffffff;
}

/* ── GLOBAL RESET / BASE ── */
*, *::before, *::after { box-sizing: border-box; }
body {
  font-family: 'Open Sans', sans-serif;
  color: var(--dark);
  background: var(--white);
  margin: 0;
  padding: 0;
}

/* ── HIDE DEFAULT HELLO ELEMENTOR HEADER/FOOTER ── */
.site-header,
.site-footer {
  display: none !important;
}
