/*
 Theme Name: LuxDoc.
 Theme URI:  http://luxdoc.ru/luxdoc
 Author:     Rom-Art 2025 ©
 Description: Кастомная тема LuxDoc.
 Version:    1.0
 License:    GNU General Public License v2 or later
 Text Domain: luxdoc
*/
:root {
    --white-color: #ffffff;
    --bg-color: #f8f6f2;
    --text-color: #202020;
    --description-color: #404040;
    --contrast-color: #888888;
    --green-color: #00a82d;
    --light-green-color: #96d446;
    --orange-color: #ee6e73;
    --blue-color: #6578fe;
    --violet-color: #d4b8f9;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: var(--bg-color);
}
.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/luxdoc/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/luxdoc/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/luxdoc/fonts/Roboto.woff2') format('woff2');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

