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

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

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

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

@font-face {
  font-family: 'Oswald';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/Oswald-RegularItalic.woff) format('woff');
}

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

@font-face {
  font-family: 'Oswald';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(fonts/Oswald-BoldItalic.woff) format('woff');
}