@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bs-primary-rgb: 118, 37, 36;
    --bs-primary: #762524;
    --bs-body-color: #1D1D1D;
    --bs-body-color-rgb: 29, 29, 29;
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
}

body {
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--bs-body-color);
    overflow-x: hidden;
}

p:empty::before {
    content: "\00a0";
    display: inline-block;
}

strong, b {
    font-weight: 500;
}

a {
    color: var(--bs-primary);
    text-decoration: underline;
    text-underline-offset: 0.375em;
}

    a:hover,
    a:focus {
        color: var(--bs-primary);
    }

h1, h2, h3, h4, h5, h6 {
    color: var(--bs-primary);
}

.btn {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 16px 32px;
    border-radius: 99px;
    transition: all .3s;
}

.btn-primary {
    --bs-btn-color: #FFF;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212121;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
}

    .btn-primary:focus,
    .btn-primary:active {
        color: #FFF;
    }

.btn-light:hover {
    background-color: var(--bs-dark);
    color: #fff;
}

/**umb_name:Font Light*/
.fw-light {
    font-weight: 300;
}

/**umb_name:Font Regular*/
.fw-normal {
    font-weight: 400;
}

/**umb_name:Font Medium*/
.fw-medium {
    font-weight: 500;
}

/**umb_name:Font Semi-Bold*/
.fw-semibold {
    font-weight: 600;
}

/**umb_name:Cor principal*/
.text-primary {
    color: #762524;
    color: var(--bs-primary);
}

/**umb_name:Font 12*/
.font-12 {
    font-size: 12px;
}

/**umb_name:Font 14*/
.font-14 {
    font-size: 14px;
}

/**umb_name:Font 16*/
.font-16 {
    font-size: 16px;
}

/**umb_name:Font 18*/
.font-18 {
    font-size: 18px;
}

/**umb_name:Font 20*/
.font-20 {
    font-size: 20px;
}

/**umb_name:Font 22*/
.font-22 {
    font-size: 22px;
}

/**umb_name:Font 24*/
.font-24 {
    font-size: 24px;
}

/**umb_name:Font 26*/
.font-26 {
    font-size: 26px;
}

/**umb_name:Font 28*/
.font-28 {
    font-size: 28px;
}

/**umb_name:Font 30*/
.font-30 {
    font-size: 30px;
}

/**umb_name:Font 40*/
.font-40 {
    font-size: 40px;
}
