.border-b,
.border-b-\[1px\] {
    border-bottom-width: 1px;
}

.border-t,
.border-t-\[1px\] {
    border-top-width: 1px;
}

.text-\[20px\] {
    font-size: 20px;
}

.main-txt {
    font-family: Roboto;
    color: #333;
    font-weight: 350;
    font-size: 16px;
    tab-size: 4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-bold {
    font-weight: 600;
}

.text-nofie-dark-orange {
    --tw-text-opacity: 1;
    color: #833701
}

.color-link * {
    a {
        text-decoration: underline;
        color: #de774a;
    }
}

.arrow-pic * {
    img {
        height: 30px;
    }
}

.rot-90ccw {
    transform: rotate(-90deg);
}

.question {
    text-align: left;
}
