html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

body {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 400;
    font-optical-sizing: auto;
}

.app {
    background: var(--lch-white);
}

[id] {
  scroll-margin-top: 5rem;
}


hr {
    border: 0;
    border-top: 1px solid var(--lch-light-grey);
}

a {
    color: var(--lch-brand-red);
    font-weight: 600;
}

button {
    border: none;
    cursor: pointer;
}

a, button.dropdown-btn {
    text-decoration: 1px solid underline var(--lch-brand-red-transparent);
}

a:hover, a:active {
    color: var(--lch-hover);
}

h1 {
    margin-top: 0.5rem;
    padding: 0.75rem 2.5rem;

    font-size: clamp(2.5rem, 4vw, 4rem);
    font-family: 'Titan One', 'Montserrat', sans-serif;
    font-weight: 400;
}

h2 {
    font-size: clamp(1.3rem, 1.5vw, 3rem);
}

h3 {
    margin: 0.75rem 0 1.5rem 0;
}

h4 {
    margin: 2.35rem 0 0.6rem 0;
}

h1, h2, h3, h4 {
    color: var(--lch-brand-red);
}

img {
    width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

figure {
    margin: 1.5rem 0;
}