/*
Theme Name: WolfGirl Portfolio
Author: Travis Law
Description: A lightweight portfolio theme with a light design and smooth scrolling navigation.
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Lato&display=swap');

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
}

nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 1em 0;
  margin: 0;
}

nav ul li {
  margin: 0 1em;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

section {
  padding: 100px 20px;
  max-width: 900px;
  margin: 0 auto;
}

header.hero {
  background: #f9f9f9;
  text-align: center;
  padding-top: 120px;
}

footer {
  text-align: center;
  padding: 2em;
  background: #f0f0f0;
  font-size: 0.9em;
}
