:root {
    --primary-color: #6905E9;
    --hover-primary-color: #5b05cc;
    --dimmed-primary-color: #5105b9;

    --secondary-color: #BCBCBC;

    --accent-color: #7C01DD;
    --light-accent-color: #C070FF;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: "Poppins", sans-serif;*/
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    background-color: #FFFEFD;
}

.vh-15 {
    height: 15vh !important;
}

.vh-20 {
    height: 20vh !important;
}

.vh-25 {
    height: 25vh !important;
}

.vh-30 {
    height: 30vh !important;
}

.vh-35 {
    height: 35vh !important;
}

.vh-40 {
    height: 40vh !important;
}

.vh-45 {
    height: 45vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-55 {
    height: 55vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.vh-65 {
    height: 65vh !important;
}

.vh-70 {
    height: 70vh !important;
}

.vh-75 {
    height: 75vh !important;
}

.vh-80 {
    height: 80vh !important;
}

.vh-85 {
    height: 85vh !important;
}

.vh-90 {
    height: 90vh !important;
}

.vh-95 {
    height: 95vh !important;
}

.rounded-6 { border-radius: 0.525rem !important; }
.rounded-7 { border-radius: 0.7rem !important; }
.rounded-8 { border-radius: 0.8rem !important; }
.rounded-9 { border-radius: 0.9rem !important; }
.rounded-10 { border-radius: 1rem !important; }
.rounded-11 { border-radius: 1.1rem !important; }
.rounded-12 { border-radius: 1.2rem !important; }
.rounded-13 { border-radius: 1.3rem !important; }
.rounded-14 { border-radius: 1.4rem !important; }
.rounded-15 { border-radius: 1.5rem !important; }