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

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

@font-face {
  font-family: 'Work-Sans-SemiBold';
  font-weight: 600;
  font-style: normal;
  src: url('./fonts/WorkSans-SemiBold.woff2') format('woff2');
}

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