:root {
    --primaryColor: #722f37;
    --secondaryColor: #722f37;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: Inter, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    scroll-padding-top: 40px;
}

strong, b {
    font-weight: 700;
}

body {
    margin: 0;
    color: rgba(0, 0, 0, 0.87);
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f8f9fa;
    background-image: radial-gradient(at 0% 0%, rgba(114, 47, 55, 0.05) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(212, 175, 55, 0.1) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(114, 47, 55, 0.05) 0px, transparent 50%);
    background-attachment: fixed;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #111 !important;
    caret-color: #111;
    transition: background-color 9999s ease-in-out 0s;
}

.plain-anchor-tag {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: initial;
}

body::backdrop {
    background-color: #fff;
}

.tier-s {
    color: #f87171;
}

.tier-a {
    color: #fb923c;
}

.tier-b {
    color: #facc15;
}

.tier-c {
    color: #a3e635;
}

.tier-d {
    color: #4ade80;
}