:root {
    --tindair-text: #17191c;
    --tindair-muted: #666b70;
    --tindair-bg: #ffffff;
    --tindair-soft: #f2f3f4;
    --tindair-dark: #111315;
    --tindair-accent: #19a9e5;
    --tindair-header-scrolled: rgba(232, 234, 236, 0.97);
    --tindair-max-content: 1180px;
    --tindair-radius: 16px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--tindair-bg);
    color: var(--tindair-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}
