/*
Self-hosted Open Sans, per Section 1.3 (performance/GDPR best practice).
Download the 400/600/700 static .woff2 files from Google Fonts and place them in this folder as:
  open-sans-400.woff2, open-sans-600.woff2, open-sans-700.woff2
This file is only enqueued when Customizer > OPPAK Theme Options > Typography >
"Use self-hosted Open Sans" is checked (the default); otherwise the Google Fonts CDN is used instead.
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('open-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('open-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('open-sans-700.woff2') format('woff2');
}
