/*
 Theme Name: chavgav
 Theme URI:  http://chavgav.ru
 Author:     Ваше Имя
 Description: Кастомная тема Чав Гав
 Version:    1.0
 License:    GNU General Public License v2 or later
 Text Domain: Чав Гав
*/

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
.woocommerce-breadcrumb {
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 15px;
}

.woocommerce-breadcrumb a {
  color: var(--text-color);
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.woocommerce-breadcrumb .last {
  font-weight: bold;
  color: var(--text-color);
}

@font-face {
    font-family: 'Varela Round';
    src: url('/wp-content/themes/chavgav/fonts/varela-round.woff2') format('woff2');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BIZ UDMincho';
    src: url('/wp-content/themes/chavgav/fonts/biz-udmincho.woff2') format('woff2');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/chavgav/fonts/Roboto.woff2') format('woff2');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

