/* css/fonts.css */
/* Load Spectral + Clobot-Regular for the whole site */

/* Google font for body text */
@import url("https://fonts.googleapis.com/css2?family=Spectral:wght@300;400;500;600&display=swap");

/* Clobot-Regular: display font for titles only */
@font-face {
  font-family: "Clobot-Regular";
  src: url("../assets/fonts/Clobot-Regular.woff2") format("woff2"),
       url("../assets/fonts/Clobot-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
