/*
Theme Name: Narre-Kappen 2026
Description: Narre-Kappen 2026, a child theme for Uncode theme
Author: Sander Bontje, Phrog
Author URI: https://www.phrog.nl
Template: uncode
Version: 1.0.1
Text Domain: uncode
*/

/* include custom font */
@font-face {
    font-family: 'intro_rust_gbase_2_line';
    src: url('css/introrustg-base2line-webfont.eot');
    src: url('css/introrustg-base2line-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/introrustg-base2line-webfont.woff2') format('woff2'),
         url('css/introrustg-base2line-webfont.woff') format('woff'),
         url('css/introrustg-base2line-webfont.ttf') format('truetype'),
         url('css/introrustg-base2line-webfont.svg#intro_rust_gbase_2_line') format('svg');
    font-weight: normal;
    font-style: normal;
}