@font-face {
    font-family: 'celinda';
    src: url('fonts/Celinda-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'mileast';
    src: url('fonts/Mileast.otf') format('truetype');
}

@font-face {
    font-family: 'hurin';
    src: url('fonts/HurinPersonalUseOnly-Regular.ttf') format('truetype');
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.custom-jumbotron {
  background: rgba(255, 255, 255, 0.959); 
  backdrop-filter: blur(15px);           
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  color: gray;
  margin-top: 50px;  
}
.container h1 {
  font-family: 'celinda';
  animation: fadeIn 2s cubic-bezier(0.65, 0, 0.35, 1) forwards; 

}
#about-me-text p {
  font-family: 'hurin';
}
body{
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.skill-title {
  padding-top: 15px;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  font-family: 'celinda';
}
.skill-card {
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(116, 115, 115, 0.1);
  border-radius: 12px;
  text-align: center;
  background-color: #eeecec;
}

.skill-card img {
    height: 60px;          
    width: auto;           
    object-fit: contain;   
}
.skill-card svg {
    height: 60px;         
    width: auto;           
    object-fit: contain;   
}

.custom-jumbotron h1 {
  font-weight: 600;
}

.custom-jumbotron p {
  font-size: 1.05rem;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .custom-jumbotron {
    margin-top: 20px;       
    padding: 20px 15px;     
  }

  .custom-jumbotron h1 {
    font-size: 1.8rem;      
    line-height: 1.2;
  }

  .custom-jumbotron p {
    font-size: 1.2rem;      
    line-height: 1.6;       
  }

  #about-me-text p {
    font-size: 1.15rem;    
  }

  .container h1 {
    font-size: 2rem;
  }
}
h3 {
  padding-top: 10px;
}