
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.font-sugar {
    font-family: Suedzucker, sans-serif
}
.text-2xl {
    font-size: clamp(1.2rem, 2vh, 1.563rem);
    line-height: 1.2
}
.text-3xl {
    font-size: clamp(1.5, 2vh, 1.953rem);
    line-height: 1.2
}
.text-4xl {
    font-size: clamp(2rem, 2vh, 2.441rem);
    line-height: 1.2
}
.text-5xl {
    font-size: clamp(2.5rem, 2vh, 3.052rem);
    line-height: 1.2
}
.text-\[1\.5rem\] {
    font-size: 1.5rem
}
.text-\[32px\] {
    font-size: 32px
}
.text-base {
    font-size: clamp(0.8rem, 2vh, 1rem);
    line-height: 1.3
}
.font-bold {
    font-weight: 700
}
.leading-\[1\.1\] {
    line-height: 1.1
}
.text-brown {
    --tw-text-opacity: 1;
    color: rgb(187 139 118 / var(--tw-text-opacity))
}
.text-green-dark {
    --tw-text-opacity: 1;
    color: rgb(55 100 25 / var(--tw-text-opacity))
}
.text-green-light {
    --tw-text-opacity: 1;
    color: rgb(175 180 42 / var(--tw-text-opacity))
}
.text-special-beige {
    --tw-text-opacity: 1;
    color: rgb(234 209 181 / var(--tw-text-opacity))
}
.text-special-cyan {
    --tw-text-opacity: 1;
    color: rgb(78 149 135 / var(--tw-text-opacity))
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.opacity-0 {
    opacity: 0
}
.opacity-100 {
    opacity: 1
}
.mix-blend-overlay {
    mix-blend-mode: overlay
}
.mix-blend-color-burn {
    mix-blend-mode: color-burn
}
