<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Open Sans;
    src: url('../fonts/Open_Sans/OpenSans.ttf');
}
@font-face {
    font-family: moontime;
    src: url('../fonts/FontsFree-Net-MoonTime-Regular-1.ttf');
}
  
body {
    font-family: Open Sans;
}
.navbar-nav .nav-item{
    font-size:20px;
    font-weight:500;
}
.navbar-light .navbar-nav .nav-link{
    color: #000000;
}
.navbar{
    position:sticky;
    top:0;
    z-index: 50;
    background: #fff;
}
.chefname{
    text-align:center;
    font-weight:bold;
    color:#f07230;
}
.chefspan:before {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 0;
    content: '';
    border-top: 2px solid #f07230;
    border-radius: 1em;
}
.biodata{
    text-align:justify;
}
.chefimg{
    height:400px;
    width: 100%;
    border-radius:1rem;
}
.biodata{
    animation: animated-text 4s steps(29,end) 1s 1 normal both,
         animated-cursor 600ms steps(29,end) infinite;
}
#Our-Chefs{
    scroll-margin-top: calc(var(--h-header) + 2.5em);
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
.btn-close{
    filter: invert(1);
}
.Quicklinks a{
    text-decoration: none;
    color: #86d8e5;
    margin-right:1rem;
}
.Quicklinks a:hover{
    color: #ffff00;
}</pre></body></html>