/*
Theme Name: Project Loyalty
Theme URI: https://example.com/projectloyalty
Author: You
Author URI: https://example.com
Description: Project Loyalty theme – Merriweather & Roboto, Bootstrap 5, off-canvas nav, Gutenberg-ready.
Version: 1.0.0
Text Domain: projectloyalty
*/

body {
  background: #ffffff;
  color: #1a1a1a;
  font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  color: #005fbf; /* brand blue */
  margin-bottom: .75rem;
}

a {
  color: #005fbf;
  text-decoration: none;
}
a:hover {
  color: #003f80;
  text-decoration: underline;
}

/* Off-canvas tweaks */
.pl-offcanvas-nav .nav-link {
  font-size: 1.05rem;
  padding: .65rem 0;
}