/* Open Sans - 300 (Light) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./opensans-300.woff2') format('woff2');
}

/* Open Sans - 400 (Regular) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./opensans-400.woff2') format('woff2');
}

/* Open Sans - 500 (Medium) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./opensans-500.woff2') format('woff2');
}

/* Open Sans - 600 (Semi-Bold) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./opensans-600.woff2') format('woff2');
}

/* Work Sans - 300 (Light) */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./worksans-300.woff2') format('woff2');
}

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

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

/* Work Sans - 600 (Semi-Bold) */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./worksans-600.woff2') format('woff2');
}
