@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --bs-body-color: #1d1d1d;
    --bs-primary-rgb: 48, 48, 48;
    --bs-primary: #303030;
    --bs-secondary-text-emphasis: #595959;
    --bs-secondary-bg: #efefef;
    --bs-secondary-bg-rgb: 239, 239, 239;
    --nts-primary: #ae3029;
    --nts-primary-rgb: 174, 48, 41;
}

body {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--bs-body-color);
}

a {
    color: var(--bs-primary);
    transition: color .15s ease-in-out;
}

    a:hover {
        color: var(--bs-secondary);
    }

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

/**umb_name:Font Regular*/
.font-regular {
    font-weight: 400;
}

/**umb_name:Font Medium*/
.font-medium {
    font-weight: 500;
}

/**umb_name:Font Semi-Bold*/
.font-semi-bold {
    font-weight: 600;
}

/**umb_name:Font Bold*/
.font-bold {
    font-weight: 700;
}

/**umb_name:Cor primaria*/
.text-primary {
}

/**umb_name:Cor secundaria*/
.text-secondary {
}

/**umb_name:Texto Branco*/
.text-white {
}

/**umb_name:Font 10*/
.title-10 {
    font-size: 10px;
    line-height: 14px;
}

/**umb_name:Font 12*/
.title-12 {
    font-size: 12px;
    line-height: 16px;
}

/**umb_name:Font 14*/
.title-14 {
    font-size: 14px;
    line-height: 18px;
}

/**umb_name:Font 16*/
.title-16 {
    font-size: 16px;
    line-height: 20px;
}

/**umb_name:Font 18*/
.title-18 {
    font-size: 18px;
    line-height: 22px;
}

/**umb_name:Font 20*/
.title-20 {
    font-size: 20px;
    line-height: 24px;
}

/**umb_name:Font 22*/
.title-22 {
    font-size: 22px;
    line-height: 26px;
}

/**umb_name:Font 24*/
.title-24 {
    font-size: 24px;
    line-height: 28px;
}

/**umb_name:Font 26*/
.title-26 {
    font-size: 26px;
    line-height: 30px;
}

/**umb_name:Font 28*/
.title-28 {
    font-size: 28px;
    line-height: 32px;
}

/**umb_name:Font 30*/
.title-30 {
    font-size: 30px;
    line-height: 34px;
}

/**umb_name:Font 32*/
.title-32 {
    font-size: 32px;
    line-height: 36px;
}

/**umb_name:Font 34*/
.title-34 {
    font-size: 34px;
    line-height: 38px;
}

/**umb_name:Font 36*/
.title-36 {
    font-size: 36px;
    line-height: 40px;
}

/**umb_name:Font 38*/
.title-38 {
    font-size: 38px;
    line-height: 42px;
}

/**umb_name:Font 40*/
.title-40 {
    font-size: 40px;
    line-height: 44px;
}
