/*
 * Canvas LMS Custom Theme
 * Jewish School Leadership
 * 
 * IMPORTANT: Canvas doesn't document CSS class names.
 * This file uses only standard HTML element selectors for stability.
 * Test thoroughly and re-check after Canvas updates.
 */

@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");

/* Base font for everything */
body {
  font-family: "Inter", system-ui, sans-serif;
}

/* Serif for main reading content */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Serif 4", Georgia, serif;
}

p,
li,
td,
blockquote {
  font-family: "Source Serif 4", Georgia, serif;
}
