/*
 * WeWork Serif — public webfont stylesheet
 * Paste this file's URL into the "Add Custom Font" -> Font URL field.
 * Set Font Name to exactly:  WeWork Serif
 *
 * NOTE: src URLs are ABSOLUTE on purpose. This CSS is loaded by other teams'
 * sites, so relative paths would resolve against THEIR origin and 404.
 * Regular + italic share one family so consumers set one Font Name and get
 * italics via `font-style: italic`.
 */
@font-face {
  font-family: "WeWork Serif";
  src: url("https://weworkindia.kula.ai/fonts/4.12.1.5.2.1+WeWorkSerif-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WeWork Serif";
  src: url("https://weworkindia.kula.ai/fonts/4.12.1.5.2.2+WeWorkSerif-Italic.woff2")
    format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
