/*
Theme Name:   	Codvin Child Theme
Theme URI:    	https://codvin.com/
Author:       	Codvin
Author URI:     https://codvin.com/
Template:     	codvin_shop-theme
Description:  	
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:  	codvin_shop-theme
*/
/*
 * Add your own custom css below this text.
 */
 
 @font-face {
    font-family: 'Edo SZ';
    src: url('assets/fonts/EdoSZ.woff2') format('woff2'),
        url('assets/fonts/EdoSZ.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.archive .b_first-banner .section-title h1, .archive .b_first-banner .section-title  h2{
    font-family: 'Edo SZ';
    color: var(--primary-color);
}
.section-title h1, .section-title h2{
    font-family: 'Edo SZ';
}