﻿@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("/Fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  header {
    text-align: center;
    box-sizing: border-box;
    padding: 16px 0;
    background-color: #fff;
  }
  header img {
    height: 60px;
  }
  footer {
    padding: 20px 0;
  }
  footer img {
    height: 24px;
    display: block;
    margin: 0 auto;
  }
}
