/* Global Style */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

.btn {
  background-color: #1f3d7f;
  border-color: #1f3d7f;
  border-radius: 0px;
  font-size: 14px; }

@font-face {
  font-family: 'Gotham Narrow';
  src: url('../fonts/gotham-narrow/GothamNarrow-Bold.otf');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('../fonts/gotham-narrow/GothamNarrow-BoldItalic.otf');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('../fonts/gotham-narrow/GothamNarrow-Medium.otf');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('../fonts/gotham-narrow/GothamNarrow-MediumItalic.otf');
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('../fonts/gotham-narrow/GothamNarrow-Book.otf');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('../fonts/gotham-narrow/GothamNarrow-BookItalic.otf');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

h1, h2, h3 {
  font-family: 'Lora', serif;
}

p {
  font-family: "Gotham Narrow", sans-serif; }

span {
  font-family: "Gotham Narrow", sans-serif; }

a {
  font-family: "Gotham Narrow", sans-serif; }

html {
  font-size: 16px;  color: #37424A; }
  @media (max-width: 1024px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Gotham Narrow", sans-serif; color: #37424A; }


a.btn {
  font-size: 16px;
  padding: 7px 25px;
  border-radius: 30px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.3s;
  border: none;
  font-weight: 500;
}

a.btn:hover {
  color: #222;
  background-color: #eee;
  text-decoration: none;
}
