/*
 * Custom Font Faces - Stolzl for headings
 *
 * Add your Stolzl font files here using @font-face declarations.
 * You'll need to add the font files to the public/fonts directory.
 *
 * Example:
 *
 * @font-face {
 *   font-family: 'Stolzl';
 *   src: url('../fonts/Stolzl-Regular.woff2') format('woff2'),
 *        url('../fonts/Stolzl-Regular.woff') format('woff');
 *   font-weight: 400;
 *   font-style: normal;
 *   font-display: swap;
 * }
 *
 * @font-face {
 *   font-family: 'Stolzl';
 *   src: url('../fonts/Stolzl-Medium.woff2') format('woff2'),
 *        url('../fonts/Stolzl-Medium.woff') format('woff');
 *   font-weight: 500;
 *   font-style: normal;
 *   font-display: swap;
 * }
 *
 * @font-face {
 *   font-family: 'Stolzl';
 *   src: url('../fonts/Stolzl-Bold.woff2') format('woff2'),
 *        url('../fonts/Stolzl-Bold.woff') format('woff');
 *   font-weight: 600;
 *   font-style: normal;
 *   font-display: swap;
 * }
 */
