/*
Theme Name: My Custom Theme
Author: Your Name
Version: 1.0
Description: A scratch-built blank canvas for my copy, art, and strategy.
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 60px 40px;
    background-color: #ffffff;
    color: #111111;
}

.landing-container {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 19px;
}

p {
    margin-bottom: 28px;
}