/*
Theme Name: Forecomps 2026
Author: Primed Pixels
Author URI: https://primedpixels.com/
Description: Base Theme
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: o-sc
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Light.woff2") format("woff2"),
    url("assets/fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Light.woff2") format("woff2"),
    url("assets/fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Regular.woff2") format("woff2"),
    url("assets/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Medium.woff2") format("woff2"),
    url("assets/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("assets/fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Bold.woff") format("woff2"),
    url("assets/fonts/Gilroy-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ACF product_description WYSIWYG in single product Description tab */
.fc-product-description {
  font-size: 0.875rem;
  line-height: 1.625;
  color: #374151;
}

.fc-product-description p {
  margin: 0 0 0.625rem;
  padding: 0;
  font-weight: 500;
}

.fc-product-description p:last-child {
  margin-bottom: 0;
}

.fc-product-description b,
.fc-product-description strong {
  font-weight: 700;
}

.fc-product-description ul {
  list-style: disc;
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.fc-product-description ol {
  list-style: decimal;
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.fc-product-description li {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.fc-product-description a {
  color: #00c9a7;
  font-weight: 600;
  text-decoration: underline;
}
