@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@400;700&display=swap');

/* Only article prose: leave the page title, navigation and icons unchanged. */
.cmuaa-page-activity-details .event-descriptiion > .text-light,
.cmuaa-page-activity-details .event-descriptiion > .text-light :is(p, div, span, a, strong, b, em, i, u, s, small, font, li, ul, ol, blockquote, h1, h2, h3, h4, h5, h6, table, th, td, sup, sub):not(.fa):not(.icon):not([class*="glyphicon"]) {
  font-family: "Sarabun", "Leelawadee UI", Tahoma, sans-serif !important;
}
.cmuaa-page-activity-details .event-descriptiion > .text-light {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85;
  overflow-wrap: anywhere;
}
.cmuaa-page-activity-details .event-descriptiion > .text-light :is(p, li, div) {
  line-height: 1.85;
}
.cmuaa-page-activity-details .event-descriptiion > .text-light :is(strong, b) {
  font-weight: 700 !important;
}
@media (max-width: 600px) {
  .cmuaa-page-activity-details .event-descriptiion > .text-light { font-size: 17px; }
}
