/*
Theme Name:   Funded Grad Search (GeneratePress Child)
Theme URI:    https://foodsystems.africa
Description:  GeneratePress child theme with a search-first landing page for the Funded Grad Outreach opportunity database.
Author:       Food Systems Africa
Template:     generatepress
Requires Plugins: funded-grad-outreach
Version:      1.1.0
Text Domain:  fgo-scholar-search
*/

/* Base reset for the custom landing/search templates. Everything else
   (header, footer, typography defaults on ordinary pages) is inherited
   from the GeneratePress parent theme untouched. */
.fgo-landing, .fgo-landing * { box-sizing: border-box; }

/* ---------- Sitewide typeface: Courier, everywhere ----------
 * Scoped to actual typographic elements rather than a blanket * selector,
 * so icon fonts (GP's menu toggle, dashicons, any plugin icon font) don't
 * get caught and render as boxes. !important is deliberate here: this is
 * fighting GeneratePress Customizer typography CSS, which is emitted
 * inline in <head> with higher specificity than a plain element selector
 * in this stylesheet could otherwise win against.
 */
body, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, p, a, li, blockquote, label, table, th, td {
  font-family: 'Courier New', Courier, monospace !important;
}
