/*
Theme Name: Granulka
Theme URI: https://granulka.local
Description: Дочірня тема Granulka для головної сторінки з ACF. Базується на Twenty Twenty-Five.
Author: Ruslan Krietsu
Template: twentytwentyfive
Version: 1.0.0
Text Domain: granulka
*/

/* Base: шрифт Onest, кольори з макету (підключення в functions.php) */
body.granulka-front-page,
body.granulka-contacts-page,
body.granulka-news-page {
	font-family: 'Onest', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #464646;
	background-color: #f0f0f0;
}