body {
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

button,
input,
select,
textarea {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

::selection {
    background: #F4B183;
    color: #1F1F1F;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: #E6007A;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(230, 0, 122, 0.65);
    border-radius: 9999px;
}

button, .btn-primary, .btn-secondary, .btn-accent {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
