/*
Theme Name: howtube Events
Theme URI: https://example.com/howtube-events
Author: howtube
Author URI: https://example.com
Description: A bare bones WordPress theme for howtube Events.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: howtube-events
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #111;
  background: #fff;
}

.site {
  width: min(100% - 2rem, 760px);
  margin: 0 auto;
  padding: 3rem 0;
}

a {
  color: inherit;
}

.site-header,
.post,
.site-footer {
  margin-bottom: 2rem;
}

.post-title {
  margin-bottom: 0.25rem;
}

.post-meta {
  color: #666;
  font-size: 0.9rem;
}
