﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

@font-face {
  font-family: 'Gothic'; /* Название вашего шрифта */
  src: url('./fonts/GOTHIC.ttf')  format('truetype');
  font-display: swap;
}


body, h1, h2 {
  font-family: 'Gothic', sans-serif !important;
}