@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Karla/Karla-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/Karla/Karla-Italic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/Karla/Karla-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/Karla/Karla-ExtraBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Bagoss';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/BagossStandard-Medium.otf') format('opentype');
  font-display: swap;
}
