@font-face {
    font-family: gadugi;
    src: url('../../fonts/gadugi.ttf');
}

@font-face {
    font-family: gadugib;
    src: url('../../fonts/gadugib.ttf');
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: gadugi;
    margin: 0;
    padding: 0;
    direction: ltr;
}

a{
    text-decoration: none;
    color: unset;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
        
.clearfix:after {
    clear: both;
}

.box-shadow{
    -webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.83); 
box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.83);
transition: box-shadow .2s ease-in;
}

.box-shadow:hover{
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
box-shadow: 0px 0px 15px 5px #000000;
    transition: box-shadow .3s ease-out;
}

img{
    pointer-events: none;
}