/* Light Mode (Default) */
body {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
  }

  .is-equal-height{
    height: 100%;
  }
  .logo-cont{
    max-height: 10%;
    max-width: 10%;
  }
  
  a:hover,.orange-color{
    color:#ff7404
  }