/*
Theme Name: Aurora Seaweed
Theme URI: https://auroraseaweed.com
Author: Jason Rogers & David Mollett
Author URI: https://auroraseaweed.com
Description: Official WordPress theme for Aurora Seaweed. Hand-culled wild Alaskan Sugar Kelp out of Valdez, Prince William Sound. Featuring our unheard-of on-site drying within 15 minutes of harvest, and an authentic visual identity inspired by Alaska painter David Mollett.
Version: 2.1.0
Tested up to: 6.7
Requires at least: 5.8
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: aurora-seaweed
Tags: e-commerce, food-and-drink, one-column, custom-colors, custom-header, custom-logo, featured-images, full-width-template, theme-options
*/

:root {
  --color-midnight: #091518;
  --color-abyss: #071012;
  --color-deep-teal: #142E2B;
  --color-ocean-slate: #233842;
  --color-fjord-cyan: #3D7382;
  --color-glacial-ice: #E8F1F3;
  --color-amber: #E58332;
  --color-gold: #EBB04D;
  --color-hearth: #A65D28;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-midnight);
  color: var(--color-glacial-ice);
  font-family: 'Newsreader', Georgia, serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .font-display {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aurora-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--color-amber);
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.875rem 1.75rem;
  border-radius: 0.75rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 25px -5px rgba(229, 131, 50, 0.3);
  transition: all 0.2s ease;
}

.aurora-btn-primary:hover {
  background-color: #C2631E;
  transform: translateY(-2px);
  color: #ffffff;
}

.aurora-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: rgba(229, 131, 50, 0.15);
  border: 1px solid rgba(229, 131, 50, 0.4);
  color: var(--color-gold);
}
