:root {
  --black: black;
  --s-6: 60px;
  --s-10: 100px;
  --s-0: 0px;
  --s-7: 70px;
  --s-9: 90px;
  --s-4: 40px;
  --s-1: 10px;
  --s-3: 30px;
  --s-8: 80px;
  --s-5: 50px;
  --s-2: 20px;
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  letter-spacing: .5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.66rem;
  font-weight: 300;
  line-height: 1.125em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.125em;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.125em;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5em;
}

a {
  color: var(--black);
  line-height: 1em;
  text-decoration: none;
}

a:hover {
  color: #737373;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1.5em;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.title-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.125em;
}

.m-l-6 {
  margin-left: var(--s-6);
}

.form-label {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

.m-l-10 {
  margin-left: var(--s-10);
}

.m-b-0 {
  margin-bottom: var(--s-0);
}

.form-radio-group-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.title-h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.125em;
}

.form-checkbox-label {
  font-size: 1rem;
  line-height: 1.5em;
}

.m-b-7 {
  margin-bottom: var(--s-7);
}

.m-t-9 {
  margin-top: var(--s-9);
}

.m-r-7 {
  margin-right: var(--s-7);
}

.m-t-4 {
  margin-top: var(--s-4);
}

.form-select {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 0;
}

.m-r-1 {
  margin-right: var(--s-1);
}

.m-l-0 {
  margin-left: var(--s-0);
}

.m-t-10 {
  margin-top: var(--s-10);
}

.m-t-3 {
  margin-top: var(--s-3);
}

.title-h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.125em;
}

.text-align-start {
  text-align: left;
}

.title-h1 {
  font-size: 2.66rem;
  font-weight: 300;
  line-height: 1.125em;
}

.m-r-8 {
  margin-right: var(--s-8);
}

.m-l-5 {
  margin-left: var(--s-5);
}

.m-b-6 {
  margin-bottom: var(--s-6);
}

.form-radio-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.m-b-1 {
  margin-bottom: var(--s-1);
}

.m-r-0 {
  margin-right: var(--s-0);
}

.about-me-info-wrap {
  grid-column-gap: var(--s-8);
  grid-row-gap: var(--s-8);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section.section-first {
  margin-top: 200px;
}

.section.section-left {
  align-items: flex-start;
}

.section.section-right {
  align-items: flex-end;
}

.text-wrap-base {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-wrap-base.text-wrap-logo-button {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.text-wrap-base.text-wrap-reference {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
}

.text-wrap-base.text-wrap-references {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: wrap;
  font-size: 2rem;
  line-height: 1.125em;
}

.text-wrap-base.text-wrap-about-grid {
  font-size: 1.33rem;
  line-height: 1.3em;
}

.form-radio-field-box {
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.text-align-center {
  text-align: center;
}

.m-l-1 {
  margin-left: var(--s-1);
}

.m-l-2 {
  margin-left: var(--s-2);
}

.m-t-1 {
  margin-top: var(--s-1);
}

.title-72 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
}

.form-radio-label {
  font-size: 1rem;
  line-height: 1.5em;
}

.link-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  display: inline-block;
}

.link-button.link-button-text {
  line-height: 1.125em;
}

.link-button.link-button-footer {
  font-size: 1.25rem;
}

.m-r-2 {
  margin-right: var(--s-2);
}

.form-checkbox {
  border-color: #230800;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

.form-checkbox.w--redirected-checked {
  background-color: #230800;
  border-color: #230800;
}

.title-h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.125em;
}

.m-t-5 {
  margin-top: var(--s-5);
}

.form-element {
  width: 100%;
}

.m-r-4 {
  margin-right: var(--s-4);
}

.m-l-9 {
  margin-left: var(--s-9);
}

.m-b-10 {
  margin-bottom: var(--s-10);
}

.form-base {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.form-radio-label-box {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  position: absolute;
}

.m-l-3 {
  margin-left: var(--s-3);
}

.title-72-alt {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
}

.m-b-3 {
  margin-bottom: var(--s-3);
}

.m-b-9 {
  margin-bottom: var(--s-9);
}

.content-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.m-b-2 {
  margin-bottom: var(--s-2);
}

.form-message {
  color: var(--black);
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  max-height: 250px;
}

.style {
  display: block;
}

.m-b-4 {
  margin-bottom: var(--s-4);
}

.section-content {
  width: 90%;
}

.section-content.section-content-full {
  width: 100%;
}

.section-content.section-content-side {
  width: 92.5%;
}

.section-content.section-content-footer {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-content.section-content-navbar {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m-r-10 {
  margin-right: var(--s-10);
}

.link-social {
  font-size: 1.8rem;
  font-weight: 400;
  transition: color .2s;
}

.link-social:hover {
  color: #cccabd;
}

.button-wrap {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: 100%;
}

.button-wrap.button-wrap-align-end {
  justify-content: flex-end;
  width: 100%;
}

.button-wrap.button-wrap-align-center {
  justify-content: center;
  width: 100%;
}

.button-wrap.button-wrap-align-sb {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.button-wrap.button-wrap-text {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: wrap;
}

.form-field {
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
}

.form-radio-box {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.title-h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.125em;
}

.m-l-4 {
  margin-left: var(--s-4);
}

.m-t-8 {
  margin-top: var(--s-8);
}

.text-container-base {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-container-base.text-container-project {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.text-container-base.text-container-about {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
}

.m-b-5 {
  margin-bottom: var(--s-5);
}

.m-t-6 {
  margin-top: var(--s-6);
}

.m-r-6 {
  margin-right: var(--s-6);
}

.form-success {
  background-color: #ddd0;
}

.m-r-3 {
  margin-right: var(--s-3);
}

.m-t-2 {
  margin-top: var(--s-2);
}

.button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 12px 22px;
  font-size: 2rem;
  font-weight: 300;
  transition: color .3s, background-color .3s;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.button-text {
  margin-left: 5px;
  margin-right: 5px;
}

.form-checkbox-field {
  margin-bottom: 0;
}

.text-align-end {
  text-align: right;
}

.headline-wrap-base {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headline-wrap-base.headline-wrap-prroject {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 18px;
}

.headline-wrap-base.headline-wrap-stie-title {
  padding-bottom: var(--s-2);
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.m-l-8 {
  margin-left: var(--s-8);
}

.m-t-7 {
  margin-top: var(--s-7);
}

.m-r-5 {
  margin-right: var(--s-5);
}

.column-30 {
  width: 30%;
}

.img-wrap-base {
  height: 600px;
  overflow: hidden;
}

.img-wrap-base.img-wrap-link-icon {
  width: 25px;
  height: 25px;
}

.img-wrap-base.img-wrap-project {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.img-wrap-base.img-wrap-about {
  width: 320px;
  height: 450px;
  max-height: 450px;
}

.img-wrap-base.img-wrap-about.hidden-l {
  display: none;
}

.m-l-7 {
  margin-left: var(--s-7);
}

.m-b-8 {
  margin-bottom: var(--s-8);
}

.m-r-9 {
  margin-right: var(--s-9);
}

.m-t-0 {
  margin-top: var(--s-0);
}

.main {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-content.main-content-footer, .main-content.main-content-navbar {
  height: 100%;
}

.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.breadcrumb {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.fa-icon {
  -webkit-text-stroke-width: 0px;
  font-family: "Font Awesome 6 Brands 400", sans-serif;
}

.fa-icon.fa-icon-breadcrumb {
  font-size: 1rem;
}

.navbar {
  z-index: 999;
  padding-top: var(--s-6);
  padding-bottom: var(--s-6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-link-wrap {
  z-index: 99;
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-link-wrap.navbar-link-menu {
  grid-column-gap: 40px;
  transition: none;
  transform: translate(0);
}

.navbar-link-wrap.navbar-link-menu.navbar-link-menu-open {
  grid-row-gap: 20px;
  background-color: #d8d8d8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 100vh;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  transition: transform .4s;
  position: absolute;
  top: 0;
  left: -400px;
  transform: translate(100%);
}

.navbar-link-wrap.hidden-l {
  display: none;
}

.navbar-link-active {
  font-weight: 700;
}

.navbar-link-submenu {
  grid-row-gap: 20px;
  background-color: #d8d8d8;
  border: 1px solid #000;
  flex-direction: column;
  width: 400px;
  max-height: 1000px;
  padding: 40px;
  font-weight: 400;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
}

.navbar-link-submenu.navbar-link-submenu-open {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img-warp-logo-navbar {
  width: 150px;
  height: 100%;
  overflow: hidden;
}

.navbar-link-line-wrap {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.navbar-link {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-link-line {
  background-color: #000;
  width: 100%;
  height: 3px;
  transition: transform .25s;
  transform: translate(0, 5px);
}

.navbar-bg-block {
  opacity: .5;
  background-color: #999;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-burger-line {
  background-color: #000;
  width: 100%;
  height: 3px;
  transition: opacity .2s;
  position: relative;
}

.navbar-burger-line.navbar-burger-line-mid {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-burger-line.navbar-burger-line-cross {
  position: absolute;
  top: 0;
}

.img-logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar-burger {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  display: none;
  position: relative;
}

.navbar-link-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hidden {
  display: none;
}

.grid-projects {
  grid-column-gap: 20px;
  grid-row-gap: var(--s-4);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-project {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-logo {
  white-space: nowrap;
}

.link-logo:hover {
  color: var(--black);
}

.social-wrap {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-me-container {
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-about {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-4);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-slider-container {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-slider {
  width: 100%;
  height: 100%;
}

.project-slides-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  display: flex;
}

.project-slide {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.slider-button-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
}

.slider-button {
  opacity: 0;
  color: #fff;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
}

.slider-button.slider-button-left {
  padding-top: 2px;
  padding-right: 1px;
  left: 0;
}

.slider-button.slider-button-right {
  padding-top: 2px;
  padding-left: 4px;
  right: 0;
}

.lightbox-link {
  display: none;
}

.s-semibold {
  font-weight: 500;
}

.login-container {
  grid-column-gap: var(--s-4);
  grid-row-gap: var(--s-4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.form-login {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 991px) {
  .about-me-info-wrap {
    width: 100%;
  }

  .section.section-first {
    margin-top: 150px;
  }

  .text-wrap-base.text-wrap-logo-button {
    justify-content: space-between;
    width: 100%;
  }

  .title-72, .title-72-alt {
    font-size: 3.5rem;
  }

  .section-content {
    width: 90%;
  }

  .section-content.section-content-navbar {
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-wrap {
    flex-wrap: wrap;
  }

  .button {
    padding: 10px 20px;
    font-size: 1.5rem;
  }

  .headline-wrap-base {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .headline-wrap-base.headline-wrap-stie-title {
    width: 100%;
  }

  .img-wrap-base {
    height: 450px;
  }

  .img-wrap-base.img-wrap-about {
    width: 100%;
  }

  .img-wrap-base.img-wrap-about.hidden-s {
    display: none;
  }

  .img-wrap-base.img-wrap-about.hidden-l {
    display: block;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-link-wrap {
    grid-column-gap: var(--s-1);
    grid-row-gap: var(--s-1);
  }

  .navbar-link-wrap.navbar-link-menu {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
    height: 100vh;
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    transition: transform .4s;
    display: flex;
    position: absolute;
    top: 0;
    left: -400px;
  }

  .navbar-link-wrap.hidden-l {
    display: flex;
  }

  .navbar-link-wrap.hidden-s {
    display: none;
  }

  .navbar-link-submenu {
    width: 100%;
    position: static;
  }

  .navbar-link {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .navbar-bg-block.hidden {
    display: none;
  }

  .navbar-burger {
    cursor: pointer;
    display: flex;
  }

  .navbar-link-text-wrap {
    height: 40px;
  }

  .grid-projects {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1, .title-h1 {
    font-size: 2rem;
  }

  .about-me-info-wrap {
    width: 100%;
  }

  .title-72, .title-72-alt {
    font-size: 3em;
  }

  .content-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .headline-wrap-base.headline-wrap-stie-title {
    flex-flow: column;
  }

  .column-30 {
    width: 100%;
  }

  .navbar-link-wrap {
    order: -1;
    justify-content: space-between;
    width: 100%;
  }

  .grid-about {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8rem;
  }

  .title-h2 {
    font-size: 2em;
  }

  .title-h1 {
    font-size: 1.8rem;
  }

  .section-content.section-content-footer {
    grid-column-gap: var(--s-2);
    grid-row-gap: var(--s-2);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button {
    font-size: 1.25rem;
  }

  .breadcrumb {
    justify-content: center;
  }

  .grid-about {
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}