/*
Theme Name: dating
Theme URI: https://example.com/
Description: Minimal starter theme for a dating landing site.
Author: Your Name
Author URI: https://example.com/
Version: 1.0.0
Text Domain: dating
*/

/* Base reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #1b1b1b;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  margin: 0 auto;
}

nav.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}

.entry {
  margin-bottom: 32px;
}

.entry-title {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.entry-meta {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 12px;
}
