@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');

/* Stones-inspired typography for TripleSeat */

/* Body text */
body,
p,
li,
span,
a,
input,
textarea,
button,
div {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.7 !important;
    letter-spacing: 0.01em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.01em;
}

/* Heading sizes */
h1 { font-size: 3rem !important; }
h2 { font-size: 2.4rem !important; }
h3 { font-size: 1.8rem !important; }
h4 { font-size: 1.3rem !important; }
h5 { font-size: 1.1rem !important; }
h6 { font-size: 1rem !important; }

/* Body size */
body,
p,
li {
    font-size: 16px !important;
}

/* Buttons and navigation */
button,
.button,
.btn,
nav,
nav a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em;
}
