@charset "UTF-8";
@font-face {
  font-family: "sofia-extraLight";
  src: url("/woff2/SofiaProExtraLight.woff2") format("woff2"), url("/woff/SofiaProExtraLight.woff") format("woff"), url("/otf/SofiaProExtraLight.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "sofia-light";
  src: url("/woff2/SofiaProLight.woff2") format("woff2"), url("/woff/SofiaProLight.woff") format("woff"), url("/otf/SofiaProLight.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "sofia-semiBold";
  src: url("/woff2/SofiaProSemiBold.woff2") format("woff2"), url("/woff/SofiaProSemiBold.woff") format("woff"), url("/otf/SofiaProSemiBold.otf") format("opentype");
  font-weight: 300;
}
.defaultPolice {
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-weight: 200;
}
.navContainer {
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
.navContainer .navElement {
  height: 40px;
  max-width: 40px;
  width: 100%;
  background-color: rgba(214, 207, 178, 0.35);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.navContainer .navElement.selected {
  background: black;
  color: white !important;
}
