/*
Theme Name: Bemins Child
Theme URI: http://www.wpbingosite.com/bemins
Author: wpbingo
Description: This is a child theme for Bemins
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: bemins
Text Domain: bemins-child
*/

/*************** ADD YOUR CUSTOM CSS HERE   ***************/

/* 1. ПІДКЛЮЧЕННЯ ШРИФТУ POBEDA */

@font-face {
    font-family: 'Pobeda';
    src: url('fonts/Pobeda-Bold.eot');
    src: local('Pobeda Bold'), local('Pobeda-Bold'),
        url('fonts/Pobeda-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pobeda-Bold.woff2') format('woff2'),
        url('fonts/Pobeda-Bold.woff') format('woff'),
        url('fonts/Pobeda-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pobeda';
    src: url('fonts/Pobeda-Regular.eot');
    src: local('Pobeda Regular'), local('Pobeda-Regular'),
        url('fonts/Pobeda-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Pobeda-Regular.woff2') format('woff2'),
        url('fonts/Pobeda-Regular.woff') format('woff'),
        url('fonts/Pobeda-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 2. ЗАСТОСУВАННЯ ШРИФТУ ДО ЕЛЕМЕНТІВ САЙТУ */

/* Застосовуємо до всіх заголовків сайту */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Pobeda', sans-serif !important;
}

/* Застосовуємо до основного тексту (абзаци, посилання, списки) */
body, p, a, li, span {
    font-family: 'Pobeda', sans-serif;
}