:root {
    --primary-color: #62a92b;
    --gradient-color: #659932;
    --bs-primary-rgb: 98, 169, 43;
}

:root {
    --primary-font: "DM Mono", sans-serif;
    --secondary-font: "Urbanist", sans-serif;
}

.page_speed_931868773 {
    max-height: 40px;
}

.page_speed_1913627304 {
    height: 16px;
    width: auto;
}

.page_speed_688627722 {
    display: none;
}

.page_speed_486011518 {
    background-color: #000;
    color: #fff;
}

.page_speed_775781209 {
    max-width: 1170px;
}

.page_speed_1076807446 {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.page_speed_1406540526 {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.section-hero-2 .carouselTicker__item {
    margin: 0 0 !important;
    border: none !important;
    line-height: 0 !important;
    width: 80px;
}

.section-skills-2 .carouselTicker__item {
    margin: 0 15px !important;
    border: none !important;
    position: relative;
    height: auto;
}

.loading-spinner {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.5);
    display: flex;
    height: 100%;
    inset-inline-start: 0;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;

    &:after {
        animation: loading-spinner-rotation 0.5s linear infinite;
        border-color: var(--primary-color) transparent var(--primary-color)
            transparent;
        border-radius: 50%;
        border-style: solid;
        border-width: 1px;
        content: " ";
        display: block;
        height: 40px;
        position: absolute;
        top: calc(50% - 20px);
        width: 40px;
        z-index: 1;
    }
}

@keyframes loading-spinner-rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
