@font-face {
font-family: Mustica;
src: url("./MusticaPro-Regular.otf");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: Mustica;
src: url("./MusticaPro-Bold.otf");
font-weight: bold;
font-style: normal;
}

body{
/* font-family: 'Mustica Pro Sans Serif', sans-serif; */
font-weight: normal;
font-family: Mustica, sans-serif;
}

body {
    
    padding:0 40px; /* Default padding for all screen sizes */
}





@media (min-width: 768px) {
    body {
        padding: 0 30px; /* Medium and larger screens */
    }
}

@media (min-width: 1024px) {
    body {
        padding: 0px 38px;
    }
}


.skill-list{
 background-color: #F6F6F6;
 padding: 32px 20px;
 font-weight: 600;
 font-size: 16px;
}
.research-list-items{
    font-size:20px;
    font-weight: 500;
    width: 60%;
}
#contact-btn.active{
    background-color: #1E1E1E;
}
/* nav link styling */
.nav-list li a{
    color:#8C8A8A;
}
.nav-list li a:hover{
    color:#E1A635
}
.nav-list li a.active{
    color: black;
}
  