@font-face {
    font-family: 'ReenieBeanie';
    src: url('../fonts/ReenieBeanie-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.hero .front-content .inner h1,
.hero .front-content .inner p {
    font-family: 'ReenieBeanie', cursive;
}

.hero .front-content .inner h1 {
    font-size: 4em;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero .front-content .inner p {
    font-size: 2em;
    line-height: 1.4;
}

/* Contact section spacing */
#contact .section-title {
    margin-bottom: 60px;
}

#contact .tab-content {
    margin-top: 30px;
}

/* Projects section styling */

/* Custom loader color override */
#page-loader {
    background-color: #111111 !important;
}

#page-loader img {
    filter: brightness(0) invert(1) !important; /* This will make the logo white */
}

   
   /* Make all cards equal height */
   #projects .work-card {
     height: 80%;
   }

   #projects .col-md-4 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
   
   /* Push the description to fill remaining space consistently */
   #projects .work-card p:last-child {
     margin-top: auto;
   }
   
   /* Project card link styling */
   #projects .work-card-link {
     text-decoration: none;
     color: inherit;
     display: block;
     width: 100%;
   }
   
   #projects .work-card-link:hover {
     text-decoration: none;
   }
   
   #projects .work-card-link:visited {
     color: inherit;
   }