﻿@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-300.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-400.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-500.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-700.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "TWK";
  src: url("/Fonts/TWKLausanne-900.woff2") format("woff2");
  font-weight: 900;
}
header {
  padding: 20px 0;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .logo img {
  height: 28px;
}

@media screen and (max-width: 768px) {
  header {
    padding: 14px 0;
  }
  header .header-wrapper {
    display: block;
    text-align: center;
  }
  header .header-wrapper .button {
    display: none;
  }
}
