/* Skynet Logic v1.0 — place this file beside the three WOFF2 files. */

@font-face {
  font-family: "Skynet Logic";
  src: url("SkynetLogic-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Skynet Logic";
  src: url("SkynetLogic-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Skynet Logic Extended";
  src: url("SkynetLogic-Extended.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* Suggested assignments for the Skynet website. */
.search-input,
.product-description,
.utility-text {
  font-family: "Skynet Logic", Arial, sans-serif;
  font-weight: 400;
}

.site-navigation,
.action-button,
.countdown,
.product-price {
  font-family: "Skynet Logic", Arial, sans-serif;
  font-weight: 700;
}

.hero-title,
.section-title {
  font-family: "Skynet Logic Extended", "Skynet Logic", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.035em;
}
