/* normalize.css v1 - minimal reset with your custom base styles */
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: oklch(98.4% 0.003 247.858);
    /* white background */
    color: oklch(12.9% 0.042 264.695);
    scroll-behavior: smooth;
    /* dark font color */
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/* Typography scale */
h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.1;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

h6 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

a {
    color: inherit;
    text-decoration: underline;
}

ul,
ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button,
input,
select,
textarea {
    font: inherit;
    background: transparent;
    border: none;
    outline: none;
}

.logo {
    max-width: 70%;
}