/**
 * Theme Name:     Nightwolf\&#039;s Den 2026
 * Author:         Caroline B
 * Template:       twentysixteen
 * Text Domain:	   nightwolfs-den-2026
 * Description:    Nightwolf\&#039;s Den 2026 theme based on Twenty Sixteen
 */
/* 1. Import fonts (Google Fonts) */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Open+Sans:wght@400;600;700&family=Playfair+Display:wght@400;600;700&display=swap');

/* 2. Base body text – Lora */
body {
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222; /* adjust to suit your design */
  margin: 0;
}

/* 3. Headings – Playfair Display */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

/* 4. Accent text – Open Sans
   Use this class wherever you want accent text */
.accent-text,
button,
.nav,
.nav a,
.badge,
.tagline {
  font-family: 'Open Sans', sans-serif;
}

/* Optional: specific accent usage example */
.tagline {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}
