@font-face  {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat.ttf');
}
@font-face  {
    font-family: 'Cody';
    src: url('../fonts/Codystar-Regular.ttf');
}
html{
    scroll-behavior: smooth;
}
:root{
    --white-shadow: 0.5em 0.5em 0.5em #DBE3EE, -0.5em -0.5em 0.5em #FFF;
    --dark-shadow: 0.5em 0.5em 0.5em #0e0e0e, -0.5em -0.5em 0.5em #202020;
    --light: #f2f3f7;
    --blue: #0082ff;
    --dark: #171717;
    --dark-color:#6C7792;
}
*{
    font-family: Montserrat;
    font-weight: bold;
    outline: none;
    user-select: none;
}
@font-face  {
    font-family: 'Fonarto';
    src: url('../fonts/Fonarto.ttf');
}
h1, h2, h3, h4, h5, h6{
    font-family: Fonarto !important;
    
}
::-webkit-scrollbar {
  display: none;
}
a{
    text-decoration: none;
    color: #0082ff;
    
    font-weight: bold;
}
