@font-face {
    font-family: 'Great Vibes';
    src: url("../assets/fonts/Great_Vibes/GreatVibes-Regular.ttf");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Involve";
    font-weight: 400;
    src: url("../assets/fonts/Involve/Involve-Regular.ttf");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Involve";
    font-weight: 500;
    src: url("../assets/fonts/Involve/Involve-Medium.ttf");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Involve";
    font-weight: 600;
    src: url("../assets/fonts/Involve/Involve-SemiBold.ttf");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Involve";
    font-weight: 700;
    src: url("../assets/fonts/Involve/Involve-Bold.ttf");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Comfortaa";
    font-weight: 300;
    src: url("../assets/fonts/Comfortaa/static/Comfortaa-Light.ttf");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Comfortaa";
    font-weight: 400;
    src: url("../assets/fonts/Comfortaa/static/Comfortaa-Regular.ttf");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Comfortaa";
    font-weight: 500;
    src: url("../assets/fonts/Comfortaa/static/Comfortaa-Medium.ttf");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Comfortaa";
    font-weight: 600;
    src: url("../assets/fonts/Comfortaa/static/Comfortaa-SemiBold.ttf");
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Comfortaa";
    font-weight: 700;
    src: url("../assets/fonts/Comfortaa/static/Comfortaa-Bold.ttf");
    font-style: normal;
    font-display: swap;
}

:root {
    --main-pink-1: #F3669A;
    --main-pink-2: #CD2B67;
    --main-pink-3: #E5097F;
    --main-pink-4: #E1307E;
    --liac: #A1639C;
    --beige: #FFEEE9;
    --grey: #626262;
    --chocolad: #593630;
    --black: #2E2E2E;
}

body {
    font-family: 'Comfortaa';
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    flex: 1;
    padding-top: 4rem;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2 {
    font-size: 2rem;
    line-height: 3rem;
}

a {
    color: #2E2E2E;
    text-decoration: unset;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.paragraph-xs {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    font-family: 'Comfortaa';
}
.paragraph-s {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    font-family: 'Comfortaa';
}
.paragraph-s_bold {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    font-family: 'Comfortaa';
}
.paragraph-m {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    font-family: 'Involve';
}
.paragraph-m_bold {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 700;
    font-family: 'Involve';
}
.paragraph-xs {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    font-family: 'Comfortaa';
}
.paragraph-xs_bold {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 700;
    font-family: 'Comfortaa';
}
.paragraph-l {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    font-family: 'Involve';
}
.paragraph-l_bold {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    font-family: 'Involve';
}
.paragraph-xl {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    font-family: 'Comfortaa';
}
.paragraph-xl_bold {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    font-family: 'Involve';
}
.headline-l {
    font-family: Involve;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.72px;
}
.headline-xl {
    font-family: Comfortaa;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

@media (max-width: 1023px) {
    .headline-l {
        font-size: 26px;
        line-height: 36px;
    }
    .headline-xl {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (min-width: 1260px) {
    .paragraph-xs {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .paragraph-xs_bold {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .paragraph-s,
    .paragraph-s_bold {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .paragraph-m {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .paragraph-m_bold {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .paragraph-l {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .paragraph-l_bold {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .paragraph-xl {
        font-size: 2rem;
        line-height: 3rem;
    }
    .paragraph-xl_bold {
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media screen and (min-width: 1900px) {
    .paragraph-xs {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .paragraph-xs_bold {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .paragraph-s,
    .paragraph-s_bold {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .paragraph-m {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .paragraph-m_bold {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .paragraph-l {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    .paragraph-l_bold {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    .paragraph-xl {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .paragraph-xl_bold {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}