
@font-face {
    font-family: 'AnandaNamaste';
    src: url('../fonts/ananda_namaste_regular.ttf') format('truetype');
}

    .anandaNamsteTheme{
        font-family: 'AnandaNamaste', sans-serif; 
        color: #CD5F51;
    }
    .navbar-brand img {
      height: 40px;
      width: 40px;
      object-fit: cover;
    }
    .navbar-brand span {
      font-family: 'Cursive', sans-serif;
      color: #c44b4b;
      margin-left: 10px;
    }
    .btn-login {
      background-color: #c44b4b;
      color: white;
      border-radius: 20px;
    }
    .regularParagraphTheme{
        color: #5B5B5B;
        font-size: 18px;
    }

    .regularContactTheme{
      color: #5B5B5B;
      font-size: 20px;
  }
    .titleTextSize{
        font-size: 45px;
    }

    .contactIcon{
      width: 45px;
      height: 32px;
    }
 
    .footer {
      background-color: #964B43; /* Match the reddish background */
      color: white;
      padding: 10px 0;
  }
  .footer .logo img {
      width: 50px; /* Adjust logo size */
      height: auto;
  }
  .footer .menu a {
      color: white;
      text-decoration: none;
  }
  .footer .menu a:hover {
      text-decoration: none;
  }