/*
Theme Name: Everyday Circuit
Theme URI: https://everydaycircuit.com
Author: Everyday Circuit
Description: Branded block theme for the Everyday Circuit WooCommerce storefront.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: everyday-circuit
*/

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.ec-category-card {
  border: 1px solid #e8eef5;
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
}

.ec-eyebrow {
  color: #2979ff;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
