/**
Theme Name: Custom
Author: C3
Author URI: https://c3alaska.com
Description: custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom
Template: astra
*/

@font-face {
        font-family: 'Optima';
        src: url('fonts/OPTIMA.woff2');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Museo Sans Rounded';
        src: url('fonts/MuseoSansRounded500.woff2');
        font-weight: bold;
        font-style: normal;
    }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Optima' !important;
}

p, span, li {
	font-family: 'Museo Sans Rounded';
}