/**
 * INO Custom Fonts
 * Font-face declarations and font loading
 * Version: 1.0.0
 */

/* ============================================
   Custom Fonts
   ============================================ */

/*
 * Add your @font-face declarations here after adding font files to ../fonts/
 *
 * Example:
 *
 * @font-face {
 *     font-family: 'Your Font Name';
 *     src: url('../fonts/YourFont-Regular.woff2') format('woff2'),
 *          url('../fonts/YourFont-Regular.woff') format('woff');
 *     font-weight: 400;
 *     font-style: normal;
 *     font-display: swap;
 * }
 *
 * @font-face {
 *     font-family: 'Your Font Name';
 *     src: url('../fonts/YourFont-Bold.woff2') format('woff2'),
 *          url('../fonts/YourFont-Bold.woff') format('woff');
 *     font-weight: 700;
 *     font-style: normal;
 *     font-display: swap;
 * }
 */


/* Add your font declarations below this line */

