/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://dendr171cs.ddns.net
Description: Custom logic and template overrides for WP Exptress Checkout
Author: Marti Mayer
Template: twentytwentyfive
Version: 1.0.9
*/

@font-face {
    font-family: 'Alex Brush';
    src: url('fonts/AlexBrush-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-VariableFont_wght.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Code';
    src: url('fonts/FiraCode-VariableFont_wght.woff2') format('woff2');
    font-weight: 300 800;
    font-style: normal;
}

body, .wp-block-site-tagline {
    font-family: 'Manrope', sans-serif;
}
.wpec-shop-products h1, .wpec-shop-products h2, .wp-block-post-title {
    font-family: 'Manrope', sans-serif !important;
}
h1, h2, .site-title, .site-branding, .site-info {
    font-family: 'Alex Brush', 'Manrope', cursive, sans-serif;
}
code, pre, kbd, samp {
    font-family: 'Fira Code', monospace;
}
