/* Add here all your css styles (customizations) */




.pacif {
  font-family: 'Pacifico', cursive;

}
.paris {
  font-family: 'Parisienne', cursive;  
}

.allur {
  font-family: 'Allura', cursive;
}

.g-bg-themeblue {
  background-color: #011627 !important;
}

.g-bg-themeteal {
  background-color: #78A896 !important;
}

.g-bg-themepurple {
  background-color: #EFE9F4 !important;
}





::selection{
    color: #fff;
    background: #007bff;
}

::-webkit-scrollbar{
    width: 10px;
    border-radius: 25px;
}
::-webkit-scrollbar-track{
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    background: #ddd;
}
::-webkit-scrollbar-thumb:hover{
    background: #ccc;
}




