@font-face {
  font-family: CircularStd;
  font-weight: 600;
  src: url("../assets/fonts/circularstd-bold.ttf");
}
/* Style the tab */
.tab {
  font-family: CircularStd;
  text-align: center;
  margin-bottom: 2%;
}
/* Style the buttons inside the tab */
.tab button {
  display: inline;
  background-color: inherit;
  color: #717171;
  font-weight: bold;
  padding: 22px 16px;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
  border: none;
  border-top: 1px solid #717171;
  margin-right: 1%;
}
/* Create an active/current "tab button" class */
.tab button.active {
  color: #063c52;
  border-top: 1px solid #063c52;
}
/* Style the tab content */
.tabcontent {
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  color: white;
  background-color: #063c52;
}
.tabtitle {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 4px;
  color: #e9ecef;
}
.tabtext {
  font-size: 16px;
  color: #e9ecef;
}
