/*
Theme Name: Aurmora
Theme URI: https://getaurmora.com/
Author: Aurmora
Author URI: https://getaurmora.com/
Description: Premium Aurmora OS landing page theme with early-access forms, Progress Profile, lead storage, and CSV export.
Version: 1.4.3
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: aurmora-landing
*/

body {
    margin: 0;
}

.aurmora-theme-page {
    background: #fffaf5;
    color: #2c1835;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
}

.aurmora-theme-page main {
    margin: 0 auto;
    max-width: 880px;
    padding: 72px 24px;
}

.aurmora-theme-page h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 7vw, 4.8rem);
    font-weight: 500;
    line-height: 0.96;
    margin: 0 0 24px;
}

.aurmora-theme-page article {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(184, 111, 128, 0.14);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(48, 22, 43, 0.1);
    padding: clamp(24px, 5vw, 48px);
}

.aurmora-theme-page a {
    color: #8f6eb7;
    font-weight: 800;
}
