/* @import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap); */

/* @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('@/assets/fonts/Lato-Regular.ttf');
} */

:root{
    --font-family: 'Montserrat', sans-serif;
    /* --font-family: 'Keter YG'; */
    /* --font-family: 'Roboto', sans-serif; */
    /* --font-family: 'Lato'; */

    --bs-body-font-size: .9rem;
    --bs-body-font-weight: 400;

    --default-color: rgba(25, 20, 20, 0.9);
    /* --default-color: rgba(103, 3, 3, 0.9); */

    --site-primary-color-rgb: 100,0,0;
    /* --site-primary-color: rgba(3, 110, 74, 0.9); */

    --p-primary-color: rgb(var(--site-primary-color-rgb));

    --bs-dropdown-link-active-bg: rgb(var(--site-primary-color-rgb));
}


.bg-site{
    background-color: rgba(var(--site-primary-color-rgb), .9);
}
.text-site{
    color: rgba(var(--site-primary-color-rgb), .9);
}

::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background: #727272;
    -webkit-border-radius: 1px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

/* ::-webkit-scrollbar-corner {
    background: #000;
} */

/* ::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:10px;
    height:0px;
}

::-webkit-scrollbar-track {
    background-color:#ecedee
}
::-webkit-scrollbar-track:hover {
    width:15px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#6dc0c8;
}

::-webkit-scrollbar-thumb:hover{
    background-color:#56999f;
    width:10px;
}

::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px;
}

::-webkit-scrollbar{
    width: 6px;
}
::-webkit-scrollbar:hover{
    width: 8px;
} */

