@font-face {
    font-family: Montserrat;
    src: url("assets/Montserrat/Montserrat-VariableFont_wght.ttf");
}

body::-webkit-scrollbar {
    width: 3px;           /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #222222;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #7B32DF;    /* color of the scroll thumb */
    border-radius: 10px;       /* roundness of the scroll thumb */
    /*border: 3px solid #000000;  !* creates padding around scroll thumb *!*/
    width: 3px;
}

html {
    scroll-behavior: smooth;
}

body{
    background-color: #FFFFFF;
    width: 100%;
    margin: 0;
    font-family: Montserrat, serif;
    color: #FFFFFF;
    font-weight: 500;
}
