.text{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    word-break: break-word;
    text-align: justify;
}

.text-link{
    
}

.text-link:hover{
    color: var(--clr-darkgreen);
}

.logo-text, .logo-text__compact{
    font-size: 40px;
    font-family: "Zen_Antique_Soft", serif;
    font-weight: 500;
}

.logo-text:hover, .logo-text__compact:hover{
    filter: hue-rotate(320deg);
}

.logo-text__compact{
    display: none;
    font-size: 20px;
    align-items: center;
    padding: 5px;
}

.text48{
    font-size: 48px;
}

.text36{
    font-size: 36px;
}

.text32{
    font-size: 32px;
}

.text28{
    font-size: 28px;
}

.text24{
    font-size: 24px;
}

.text20{
    font-size: 20px;
}

.text16{
    font-size: 16px;
}

.text14{
    font-size: 14px;
}

.fw500{
    font-weight: 500;
}

.no-link {
    text-decoration: none;
    color: inherit;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}

.margin20 {
    margin: 20px;
}

.margin0 {
    margin: 0;
}
.text-nowrap{
    white-space: nowrap;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    text-decoration: none;
}