/**
 * CKKGB Custom Fonts
 * 
 * Add your custom font declarations here
 * Example:
 * 
 * @font-face {
 *     font-family: 'My Custom Font';
 *     src: url('../fonts/my-font.ttf') format('truetype'),
 *          url('../fonts/my-font.otf') format('opentype');
 *     font-weight: normal;
 *     font-style: normal;
 * }
 * 
 * body {
 *     font-family: 'My Custom Font', sans-serif;
 * }
 */

