/*
Theme Name: Reconnect Retreats
Theme URI: https://reconnectretreats.ca
Author: Reconnect Retreats Inc.
Description: Custom theme for Reconnect Retreats — trauma-informed women's healing retreats on the shores of Sharbot Lake, Ontario.
Version: 1.1.0
License: Private
Text Domain: reconnect-retreats
*/

/* ── Global reset & base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Jost', sans-serif;
  background: #FDFAF5;
  color: #1A1F1A;
  overflow-x: hidden;
  max-width: 100vw;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
*, a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
input, select, textarea { font-family: 'Jost', sans-serif; font-size: 16px; border-radius: 0; -webkit-appearance: none; }

/* ── WordPress required ── */
.wp-site-blocks { overflow-x: hidden; }
.alignwide { margin-left: -80px; margin-right: -80px; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; }
