/*
Theme Name: Yankee Rebel Co
Theme URI: https://yankeerebelco.com
Author: SEGG Media
Description: Custom theme for Yankee Rebel Apparel Co - Proudly Hoosier Made.
Version: 1.0
*/
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #111;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header,
.site-footer {
  background: #202020;
  color: white;
  padding: 1em 0;
}
.site-title a {
  color: white;
  text-decoration: none;
  font-size: 1.75rem;
}
.site-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1em;
}
.site-nav a {
  color: white;
  text-decoration: none;
}
.woocommerce-title {
  text-align: center;
  font-size: 2rem;
  margin-top: 1em;
}
button.shop-now {
  display: block;
  margin: 2em auto;
  padding: 1em 2em;
  font-size: 1rem;
  background: #222;
  color: white;
  border: none;
  cursor: pointer;
}
