/*
Theme Name: DonPeppe
Theme URI: https://donpeppe.qodeinteractive.com/
Description: Pizza and Fast Food Theme
Author: Select Themes
Author URI: https://themeforest.net/user/select-themes
Text Domain: donpeppe
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/book.woff2') format('woff2');
    font-weight: 300;
    font-style: light;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/bold.woff2') format('woff2');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/black.woff2') format('woff2');
    font-weight: 900;
    font-style: bolder;
}

@font-face {
    font-family: 'Ashley';
    src: url('assets/fonts/ashley.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: 'Ashley', 'ui-sans-serif', '-apple-system', 'system-ui', 'Segoe UI', 'Helvetica', 'Apple Color Emoji', 'Arial', 'sans-serif', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
    letter-spacing: 0.1rem;
	color: rgb(255,20,20) !important;
}