/*custom CSS*//*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
 font-family: "PT Sans", sans-serif;
}
h1, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: "PT Sans", sans-serif;
 }

.leo-megamenu .navbar-nav > li > a {
    padding: 30px 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
text-transform: none;
font-weight: normal;
}
.contact-bordered {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 15px;
  margin-top: 20px;
  background-color: #f9f9f9;
}
