@font-face {
  font-family: 'Big Caslon FB';
  src: local('Big Caslon FB'), local('Big Caslon'),
    url('../font/BigCaslonFB-Regular.woff2') format('woff2'),
    url('../font/BigCaslonFB-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Big Caslon FB';
  src: local('Big Caslon FB Bold'), local('Big Caslon Bold'),
    url('../font/BigCaslonFB-Bold.woff2') format('woff2'),
    url('../font/BigCaslonFB-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unica77';
  src: url('../font/Unica77LLWeb-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unica77';
  src: url('../font/Unica77LLWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unica77';
  src: url('../font/Unica77LLWeb-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unica77';
  src: url('../font/Unica77LLWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: 'Big Caslon FB', 'big-caslon-fb', 'Big Caslon', 'Caslon', Georgia, 'Times New Roman', serif;
  --font-body: 'Unica77', Arial, Helvetica, sans-serif;
}

body,
button,
input,
select,
textarea,
.button,
.btn,
.menu,
.nav-menu,
.woocommerce,
.woocommerce-page {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.page-title,
.entry-title,
.section-title,
.hero-title,
.product_title,
.woocommerce-loop-product__title {
  font-family: var(--font-display) !important;
}

h1,
.page-title,
.entry-title {
  font-size: clamp(2.1rem, 5.2vw, 4.25rem);
}

h2,
.section-title {
  font-size: clamp(1.8rem, 4vw, 3.25rem);
}

h3 {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
}
