* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    box-sizing: border-box;
    /* outline: .5px dashed rgba(173, 43, 54, 0.25); */
    user-select: none;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-height: 64px;
    max-width: 216px;
    min-height: 30px;
}

/* *:last-child {
    margin-bottom: 0;
} */

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.btn {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 500;
}

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

input, textarea, p {
    user-select: text;
}

.lh-100 { line-height: 100%; }
.lh-125 { line-height: 125%; }
.lh-150 { line-height: 150%; }