/*
Theme Name: Royal Working Dogs Hulshout
Theme URI: https://royalworkingdogs.be
Author: Royal Working Dogs
Author URI: https://royalworkingdogs.be
Description: A modern WordPress theme for Royal Working Dogs Hulshout featuring Tailwind CSS styling. Professional dog training and education website with beautiful, responsive design.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: royal-working-dogs
Tags: custom-menu, featured-images, threaded-comments, translation-ready, responsive-layout, custom-colors, custom-header, custom-background

This theme uses Tailwind CSS for styling. The compiled CSS is enqueued via functions.php.
*/

/* Base styles - Tailwind CSS will be loaded separately */
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

/* WordPress specific styles */
.wp-block-group {
  margin-bottom: 1.5rem;
}

/* Ensure proper spacing for WordPress content */
.entry-content {
  max-width: 100%;
}

/* Accessibility improvements */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
