/* fonts.css */
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/roboto-v47-latin-regular.woff2)
  font-weight: 400;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/Raleway-Regular.woff2)
  font-weight: 400;
  src: url(../fonts/Raleway/Raleway-Light.woff2);
  font-weight: lighter;
}

@font-face {
  font-family: 'Crimson';
  src: url(../fonts/crimson.roman-webfont.woff2)
  font-weight: 400;
}

@font-face {
  font-family: 'Libre-Baskerville';
  src: url url(../fonts/webfontkit-20250509-162648/librebaskerville-regular-webfont.woff2);
  font-weight: 400;
}
