:root{
    --font-one: 'Roboto', sans-serif;
    --font-two: 'Signika', sans-serif;
    --font-three: 'Tektur', cursive;
}

*{
    font-family: var(--font-two);
}

.font-one{
    font-family: var(--font-one);
}
.font-two{
    font-family: var(--font-two);
}
.font-three{
    font-family: var(--font-three);
}
#navbar {
    position: fixed;
    top: 0;
    transition: top 0.3s;
}
.landingMain{
    height: 83vh;
}
.bg01{
   
    background-image: url("../img/bgl01.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}
.fpad-10{
    gap: 10px;
}