/* Self-hosted, not Google Fonts CDN - a customer-facing widget on every
   page of the client's live site shouldn't add a third-party render-
   blocking request. Same file already vetted for the dashboard's Login
   screen (dashboard/app/public/fonts/RussoOne-Regular.woff2). */
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/RussoOne-Regular.woff2') format('woff2');
}
