/* Paper & Ink · Blue — shell overlay (loaded after styles.css) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap');

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f4f1ea;
    color: #1c2733;
}

h1, h2, h3,
.header h1,
.tab-button,
.sidebar .nav-item,
.logo, .wordmark {
    font-family: 'Oswald', 'Inter', sans-serif;
    letter-spacing: .5px;
}

button.primary, .btn-primary, .submit-btn, .quote-btn {
    background: linear-gradient(180deg, #2f5d8f, #264b74) !important;
    color: #fff !important;
}

::selection { background: rgba(47, 93, 143, .25); }

/* scrollbars to paper */
::-webkit-scrollbar-track { background: #edeae2; }
::-webkit-scrollbar-thumb { background: #c9c2b2; }
::-webkit-scrollbar-thumb:hover { background: #8a94a0; }
