* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.border-thin {
    border-width: 1px;
}

.border-ultra-thin {
    border-width: 0.5px;
}

.text-404 {
    font-size: 200px;
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.number-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.red-line {
    height: 2px;
    background: #FF0000;
}

.text-hero {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.text-display {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
}

.text-stat {
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
}

input, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button, .button {
    border-radius: 0;
    cursor: pointer;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}
