/*
Theme Name: Kubio Child
Author: Extend Themes
Template: kubio
Text Domain: kubio-child
*/

@font-face {
  font-family: "Gothic A1";
  src: url("assets/fonts/GothicA1-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gothic A1";
  src: url("assets/fonts/GothicA1-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("assets/fonts/LibreBaskerville-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("assets/fonts/LibreBaskerville-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("assets/fonts/LibreBaskerville-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Libre Baskerville", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gothic A1", sans-serif;
}

.with-kubio-global-style, .with-kubio-global-style p, [data-kubio], [data-kubio] p, p[data-kubio] {
  font-family: "Libre Baskerville", serif;
}

.with-kubio-global-style h1, .with-kubio-global-style h2, [data-kubio] h1, [data-kubio] h2, h1[data-kubio], h2[data-kubio] {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.143;
  text-transform: none;
  color: rgba(var(--kubio-color-6), 1);
}
.woocommerce ul.products li.product a img {
  width: auto;
  height: 220px;
}