﻿@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;
}
body {
  font-family: "TWK", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 32px;
}

h4 {
  font-size: 32px;
}

p {
  font-size: 16px;
}

section {
  padding: 70px 0;
}

.site-button {
  display: inline-block;
  text-decoration: none;
  color: #5E31B8;
  background-color: transparent;
  font-size: 14px;
  padding: 8px 24px;
  border: 2px #5E31B8 solid;
  border-radius: 20px;
}
.site-button i {
  margin-left: 6px;
}
.site-button:hover {
  background-color: #5E31B8;
  color: #fff;
}
.site-button.with-icon::after {
  font: var(--fa-font-solid);
  content: "\e09f";
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 32px;
  }
  h4 {
    font-size: 32px;
  }
  p {
    font-size: 14px;
  }
  section {
    padding: 20px 0;
  }
}
