@font-face {
  font-family: 'Two Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local('Inter Regular'),
    url('https://static.heyparley.de/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Two Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local('Inter Semibold'),
    url('https://static.heyparley.de/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Two Candid';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local('Candid Book'),
    url('https://static.heyparley.de/fonts/Candid-Book.otf') format('opentype');
}

@font-face {
  font-family: 'Two Candid';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local('Candid SemiBold'),
    url('https://static.heyparley.de/fonts/Candid-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'Two Candid';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local('Candid Bold'),
    url('https://static.heyparley.de/fonts/Candid-Bold.otf') format('opentype');
}
