/* =============================================
   01-global.css — Reset, Body, Base Typography
   Transmatic Infotech Website
   ============================================= */
* {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif !important;
  padding-top: 90px;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  z-index: 1030;
}
