/*
Theme Name: Jean-Marie Dionne
Description: Standalone theme for Jean-Marie Dionne's ebook landing page and website.
Author: Jean-Marie Dionne
Version: 1.0
Text Domain: jeanmarie-theme
*/

/* Base styles for non-landing pages */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  color: #3A2E25;
  background-color: #FAF6F0;
  line-height: 1.7;
}

a {
  color: #C75B39;
  text-decoration: none;
}

a:hover {
  color: #C6993E;
}

img {
  max-width: 100%;
  height: auto;
}

.site-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.site-header {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #E8DCC8;
}

.site-header a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2D1B0E;
}

.site-footer {
  padding: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: #6B5D52;
  border-top: 1px solid #E8DCC8;
  margin-top: 3rem;
}
