@font-face {
  font-family: 'Theinhardt-Bold';
  src: url("../assets/fonts/Theinhardt-Bold/Theinhardt-Bold.otf") format("opentype");
  src: url('../assets/fonts/Theinhardt-Bold/Theinhardt-Bold.woff2') format('woff2'),
       url('../assets/fonts/Theinhardt-Bold/Theinhardt-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theinhardt-Medium';
  src: url("../assets/fonts/Theinhardt-Medium/Theinhardt-Bold.otf") format("opentype");
  src: url('../assets/fonts/Theinhardt-Medium/Theinhardt-Medium.woff2') format('woff2'),
       url('../assets/fonts/Theinhardt-Medium/Theinhardt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theinhardt-Regular';
  src: url("../assets/fonts/Theinhardt-Regular/Theinhardt-Regular.otf") format("opentype");
  src: url('../assets/fonts/Theinhardt-Regular/Theinhardt-Regular.woff2') format('woff2'),
       url('../assets/fonts/Theinhardt-Regular/Theinhardt-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}