/**
 * Web Fonts - WOFF2 Format
 *
 * These fonts are self-hosted for web browser use.
 * Converted from TTF fonts in src/apps/core/fonts/
 *
 * Usage: Include this CSS file before your main stylesheet
 */

/* Baloo 2 - Regular (400) */
@font-face {
  font-family: 'Baloo 2';
  src: url('/static/fonts/Baloo2-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Baloo 2 - Bold (700) */
@font-face {
  font-family: 'Baloo 2';
  src: url('/static/fonts/Baloo2-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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