/*
Theme Name: Bootstrap Theme
Theme URI: 
Author: 
Author URI: 
Description: Пустой шаблон WordPress темы с подключенным Bootstrap
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: bootstrap-theme
Tags: bootstrap, responsive, clean

This theme, like WordPress, is licensed under the GPL.
*/

/* Основные стили темы */

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Применяем Montserrat ко всем элементам */
* {
    font-family: inherit;
}

/* Дополнительные стили можно добавить здесь */
