/*
Theme Name: Gotas de Sabiduría Theme
Theme URI: https://www.gotasdesabiduria.com
Description: A minimalist, lightweight WordPress starter theme designed specifically for Gotas de Sabiduría block integrations. Zero bloated CSS, completely unopinionated layout with a True Full-Width Blank Template.
Version: 1.2.0
Author: Christos Efstathiadis
Author URI: https://www.christos.de
Text Domain: gotas-de-sabiduria-theme
*/

/* Signature Brand Background and Fonts Defaults */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #F7F3EE !important;
  color: #4A5D4E !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#page, .site {
  background-color: #F7F3EE !important;
  min-height: 100vh;
}

/* Clear margins on main blocks content wrap */
.entry-content, .site-main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
