:root {
  --primary: #003b64;
  --secondary: #3069b1;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Batangas";
  src: url("fonts/Batangas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.logo {
  font-family: "Batangas", "Times New Roman", Times, serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Alice", serif;
  text-decoration: none;
}

p,
span,
a,
li {
  font-family: Helvetica, sans-serif;
}

.text-uppercase {
  color: var(--secondary);
}

.title-bg {
  background-image: url(../assets/image/title/title.png);
  background-size: cover;
  color: white;
  font-weight: 800;
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-bg h2 {
  font-size: 4rem;
}

.btn-primary {
  background-color: #3069b1;
}

.text-info {
  color: #3069b1;
}

.text-primary {
  color: #3069b1 !important;
}
