* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #312d43;
    background: #f8f5ec;
}

body,
button,
input,
textarea {
    font-family: "Manrope", Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus,
button:focus,
summary:focus {
    outline: 3px solid rgba(231, 202, 120, .65);
    outline-offset: 4px;
}

img {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    color: #312d43;
}

h1 {
    max-width: 760px;
    font-size: 62px;
    line-height: 1;
}

h2 {
    font-size: 46px;
    line-height: 1.08;
}

h3 {
    font-size: 26px;
    line-height: 1.16;
}

p {
    margin: 14px 0 0;
    color: #625d6d;
}

strong {
    color: #41386b;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 20;
    padding: 10px 14px;
    background: #312d43;
    color: #ffffff;
    border-radius: 8px;
}

.skip-link:focus {
    top: 12px;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.narrow {
    max-width: 780px;
}

.eyebrow {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 800;
    color: #b08442;
    text-transform: uppercase;
}

.lead {
    max-width: 640px;
    font-size: 20px;
    line-height: 1.6;
}

.title-accent {
    display: inline-block;
    font-family: "Marck Script", cursive;
    font-size: 1.05em;
    font-weight: 400;
    line-height: .85;
    color: #b59845;
}

.title-accent-purple {
    color: #7a70ba;
}

.title-accent-sage {
    color: #748b62;
}
