/**
 * Font Declarations
 *
 * Add your @font-face declarations here for local fonts.
 *
 * Example:
 *
 * @font-face {
 *   font-family: 'Inter';
 *   src: url('inter-variable.woff2') format('woff2-variations');
 *   font-weight: 100 900;
 *   font-style: normal;
 * }
 *
 * @font-face {
 *   font-family: 'Merriweather';
 *   src: url('merriweather-variable.woff2') format('woff2-variations');
 *   font-weight: 300 900;
 *   font-style: normal;
 * }
 */

/* Recommended fonts to download:
 *
 * Inter (Sans-serif):
 * https://github.com/rsms/inter/releases
 *
 * Merriweather (Serif):
 * https://github.com/SorkinType/Merriweather/releases
 *
 * Place .woff2 files in this fonts/ directory and uncomment the @font-face rules above.
 */

/* System font fallbacks */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
