/*************** Global ***************/


/**** Font ****/
@font-face {
    font-family: "Shabnam";
    src:
      /* IE6-IE8 */ url("../fonts/Shabnam/Shabnam.woff2") format("woff2"),
      /* Modern Browsers */ url("../fonts/Shabnam/Shabnam.woff") format("woff"),
      /* Open Type Font */ url("../fonts/Shabnam/Shabnam.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: auto;
  }

  
/**** Body ****/

body {
    font-family: "Shabnam", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      monospace;
  }
  
/*************** Navbar Class ***************/
.navbar-brand img{
    height: 5rem;
}