@charset "UTF-8";

/*
	Theme Name: Noxe Child Theme
	Theme URI: https://themeforest.net/user/gloriathemes
	Description: Child theme of Noxe theme
	Author: Gloria Themes
	Author URI: https://gloriathemes.com/
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: noxe
	Template: noxe
	Version: 1.0.0
*/

@font-face {
    font-family: 'NudicaMono';
    src: url('fonts/nudicamono/nudicamono-medium-webfont.woff2') format('woff2'),
         url('fonts/nudicamono/nudicamono-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, * {
    font-family: 'NudicaMono', sans-serif !important;
}

<meta name="theme-color" content="#3b0f85">