/*!
Theme Name: HotelBlox
Theme URI: https://hotelblox.com
Template: Divi
Author: Pinnacle Advertising
Description: HotelBlox marketing site — custom child theme of Divi. Design system sourced from project/colors_and_type.css; scoped component styles in assets/css/components.css.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hotelblox
*/

/* Minimal base — full design tokens live in assets/css/tokens.css, loaded via inc/enqueue.php */

html, body {
  background: #FBFBFB;           /* --htblx-paper from tokens.css */
  color: #0D0D0D;                /* --htblx-ink from tokens.css */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover { opacity: 0.7; }

::selection {
  background: #F4A502;           /* --htblx-amber */
  color: #0D0D0D;                /* --htblx-ink */
}
