.title {
    color: white;
    font-family: Righteous, Arial, Helvetica, sans-serif;
    text-shadow: rgba(248, 196, 69, 1) 1px 1px;
}

.subtitle {
    font-family: "Roboto";
    color: white;
    font-weight: bold;
    text-shadow: #b4b4d1 1px 1px;
}

.simple-text {
    font-family: "Roboto";
}

.icon {
    font-size: clamp(1rem, 2.5vw, 2.5rem);
}

/*h1 {
    font-size: clamp(1rem, 2.5vw, 2.5rem);
}

h2 {
    font-size: clamp(1rem, 2.5vw, 2.5rem);
}

h3 {
    font-size: clamp(1rem, 2.5vw, 2.5rem);
}

h4 {
    font-size: clamp(1rem, 2.5vw, 2.5rem);
}

h5 {
    font-size: clamp(1rem, 2.5vw, 2.5rem);
}

h6 {
    font-size: clamp(1rem, 2.5vw, 2.5rem);
}*/
.text-xxl {
    font-size: clamp(1.5rem, 3vw, 4rem);
}

.text-xl {
    font-size: clamp(1.2rem, 2.8vw, 2.8rem);
}

.text-l {
    font-size: clamp(1rem, 2.5vw, 2.5rem);
}

.text-m {
    font-size: clamp(0.8rem, 1rem, 1.2rem);
}

.text-s {
    font-size: clamp(0.5rem, 0.8rem, 1rem);
}

.text-xs {
    font-size: clamp(0.4rem, 0.5rem, 0.8rem);
}

.text-xxs {
    font-size: clamp(0.25rem, 0.35rem, 0.6rem);
}
