/* Google Fonts - Space Grotesk and Material Symbols 
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@100..700&display=block');
*/
/* Google Fonts - Space Grotesk and Material Symbols */
@import url('https://google-fonts.mirrors.sjtug.sjtu.edu.cn/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://google-fonts.mirrors.sjtug.sjtu.edu.cn/css2?family=Material+Symbols+Outlined:wght@100..700&display=block');


.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
.aurora-glow { 
  background: radial-gradient(circle, rgba(98, 193, 145, 0.15) 0%, rgba(98, 193, 145, 0.05) 50%, transparent 70%); 
  filter: blur(20px); 
}

/* figure captions for markdown images */
figure {
  display: inline-block;
  text-align: center;
  margin: 1em 0;
}
figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
figure figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.3em;
}