/* Myriad Pro si installée ; sinon Source Sans 3 (Adobe, libre). Chargé tard pour passer après Smart Slider et le CSS additionnel. */
:root {
  --theme-font-family: "Myriad Pro", "Source Sans 3", Arial, Helvetica, sans-serif !important;
  --theme-button-font-family: "Myriad Pro", "Source Sans 3", Arial, Helvetica, sans-serif !important;
}

html,
body,
.ct-header,
.ct-footer,
.ct-header .ct-menu-link,
.ct-header .site-title,
.ct-offcanvas-menu,
.offcanvas-menu,
.hero-section,
.entry-content,
.wp-site-blocks,
.wp-block-post-content,
.ct-container,
.ct-sidebar,
.widget,
.widget-title,
h1, h2, h3, h4, h5, h6,
.wp-block-heading,
p, li, button, input, select, textarea, label,
.wp-block-button__link,
.wp-element-button,
.tribe-common,
.tribe-events,
.ees-pubs,
.ees-article,
.cncsu-csu-defs,
.cncsu-plan-axes,
.cncsu-legal,
.cncsu-info,
.cncsu-info__title,
.cncsu-info__text {
  font-family: "Myriad Pro", "Source Sans 3", Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.page-title,
.entry-title {
  --theme-font-family: "Myriad Pro", "Source Sans 3", Arial, Helvetica, sans-serif !important;
}

/* Menu : regular, un peu plus grand */
html body #header .menu-container > .menu > .menu-item > .ct-menu-link,
html body #header .sub-menu .ct-menu-link,
html body #header [data-id="mobile-menu"] .ct-menu-link,
html body .ct-panel .menu .ct-menu-link {
  font-family: "Myriad Pro", "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
}

/* Slider Smart Slider (écrase Roboto et Yeseva) */
html body.home #n2-ss-1,
html body.home #n2-ss-1 h1,
html body.home #n2-ss-1 h1 .n2-ss-text,
html body.home #n2-ss-1 p,
html body.home #n2-ss-1 div,
html body.home #n2-ss-1 span,
html body.home #n2-ss-1 .n2-ss-text,
html body.home #n2-ss-1 [class*="n2-font-"],
html body.home .cncsu-hero h1,
html body.home .cncsu-hero .n2-ss-item-heading h1,
html body.home .cncsu-hero h1 .n2-ss-text,
html body.home .cncsu-hero .n2-ss-item-text,
html body.home .cncsu-hero .n2-ss-item-text .n2-ss-text {
  font-family: "Myriad Pro", "Source Sans 3", Arial, Helvetica, sans-serif !important;
}

html body.home #n2-ss-1 h1,
html body.home #n2-ss-1 h1 .n2-ss-text,
html body.home .cncsu-hero h1,
html body.home .cncsu-hero .n2-ss-item-heading h1 {
  font-weight: 700 !important;
  font-size: clamp(36px, 3vw, 44px) !important;
  line-height: 1.22 !important;
}

/* Titres et contenu d’accueil */
html body.home .entry-content,
html body.home .entry-content p,
html body.home .entry-content li,
html body.home .cncsu-legal,
html body.home .cncsu-legal p,
html body.home .cncsu-num {
  font-family: "Myriad Pro", "Source Sans 3", Arial, Helvetica, sans-serif !important;
}

html body.home .entry-content h1,
html body.home .entry-content h2,
html body.home .entry-content h3,
html body.home .entry-content h2.wp-block-heading,
html body.home .cncsu-legal h2,
html body.home .cncsu-legal h3,
html body.home .cncsu-csu-defs h2,
html body.home .cncsu-news h2.wp-block-heading,
html body.home .cncsu-info__title {
  font-family: "Myriad Pro", "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}

/* Titres d’articles sur l’accueil */
html body.home .cncsu-news .wp-block-post-title,
html body.home .cncsu-news .wp-block-post-title a,
html body.home .wp-block-query .wp-block-post-title,
html body.home .wp-block-query .wp-block-post-title a {
  font-family: "Myriad Pro", "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
}
