::selection {
    color: #000;
    background-color: rgb(255, 247, 200);
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter' !important;
}

body {
    overflow-x: hidden;
}

strong {
    font-weight: 600 !important;
}

#custom-cursor {
    width: 20px;
    height: 20px;
    background-color: orange;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    will-change: transform;
    transition: background ease .2s;
    font-weight: 500;
}

.open-cursor {
    z-index: 100000 !important;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px !important;
    height: 80px !important;
    transition: none !important;
    backdrop-filter: blur(2px);
    font-size: 28px;
}

.dark-cursor {
    color: #fff !important;
    background-color: #000d !important;
}

.white-cursor {
    color: #000 !important;
    background-color: #fffd !important;
}

p,
h1,
h2,
h3 {
    line-height: 1lh;
}

input:focus {
    outline: none;
}

.super-tight {
    letter-spacing: -1px !important;
}

.rounded {
    border-radius: 80px !important;
}

.font-orange {
    color: #575341;
    /* #102040 */
}

.font-primary {
    color: #dd41be;
}

.font-primary-darker {
    color: #ca60b5;
}

.font-grey-dark {
    color: #111;
}

.bg-grey-dark {
    background-color: #1c1c1c;
}

.font-grey-taupe {
    color: #4A4A4A;
}

.banner {
    background-color: rgba(0, 0, 0, 0.966);
    backdrop-filter: blur(6px);
    position: fixed;
    z-index: 1000;
    bottom: 10px;
}

.banner-buttons a {
    border-radius: 4px;
}

.banner-buttons a:hover {
    background-color: #ffffff06 !important;
}

@media (min-width: 1536px) {
    .container {
        max-width: 1280px !important;
    }
}

.arrow-animation b {
    transition: color ease .6s !important;
}

.arrow-animation:hover b {
    transition: color ease .1s !important;
}

.arrow-animation div:nth-child(2) {
    background-color: #fff3dc !important;
}

.arrow-animation:hover div:nth-child(2) {
    background-color: #daa750 !important;
}

.arrow-animation img {
    transition: all linear .18s;
}

.arrow-animation:hover img {
    margin-right: 60px;
    opacity: 0.8;
}

.arrow-animation:hover b {
    color: #EDBE00;
    /* #daa750 */
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1s forwards;
    animation-delay: 0s;
}

.toast-animation {
    opacity: 0;
    animation: fadeIn .8s forwards, toast .8s forwards;
    animation-delay: .2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes toast {
    from {
        margin-bottom: 60px;
    }

    to {
        margin-bottom: 0;
    }
}

.contact-button {
    box-shadow:
        inset 0 2px 2px rgba(255, 255, 255, 0.2),
        0 2px 2px rgba(0, 0, 0, 0.2);
}

.contact-button:hover {
    background: #1a1a1a;
}

@media (max-width: 1280px) {
    .arrow-animation:hover img {
        margin-right: 0 !important;
        opacity: 0.2 !important;
    }
}

.header-item-active {
    background-color: #00000004;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter28pt-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter28pt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter28pt-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter24pt-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter28pt-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
