/* Width */

.w100 {
    width: 100%;
}

.wfit {
    width: fit-content;
}

/* Padding */

.pad-1 {
    padding: 1em;
}

.pad-2 {
    padding: 2em;
}

.pad-3 {
    padding: 3em;
}

.pad-4 {
    padding: 4em;
}


/* Margin */

.fw500 {
    font-weight: 500;
}

.fw700 {
    font-weight: 700;
}

.fw900 {
    font-weight: 900;
}

.fw300 {
    font-weight: 300;
}

/* Flex Box */

.jc-sb {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.jc-c {
    justify-content: center;
}

.jc-fe {
    justify-content: flex-end;
}

.ai-c {
    align-items: center;
}

.ai-s {
    align-items: stretch;
}


.fdir-col {
    flex-direction: column;
}

.bor-rad-4 {
    border-radius: 4px;
}

.d-none {
    display: none;
}

.f-right {
    float: right;
}

.trans-bg {
    background-color: rgba(0,0,0,0);
}
