/*
Theme Name: Doorways Villa Vacations
Theme URI: https://www.villavacations.com
Author: Doorways Villa Vacations
Description: Custom theme for Doorways Villa Vacations
Version: 1.0
*/

/* Hard reset — override any WordPress block/global styles */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #f9f6f1;
  --dark: #1c1c1c;
  --warm-gray: #8a7f74;
  --gold: #C8A898;
  --light-border: #e0d9d0;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--dark);
  background: #fff;
  font-weight: 300;
}

/* Strip WordPress block container constraints */
.wp-site-blocks,
.wp-block-group,
.entry-content,
.site-content,
#content,
#primary,
#main,
.site-main {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
