@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

/* ===== CORKSHIP BRAND THEME ===== */

/* Google Fonts — must be first */

/* Colour variables */

:root {
  --primary: #0F172A;
  --secondary: #0284C7;
  --accent: #7DD3FC;
  --highlight: #FCD34D;
  --bg-light: #F1F5F9;
  --text-primary: #0F172A;
  --text-light: #F8FAFC;
  --color-brand: #0284C7;
}

/* Typography — body */

body, p, li, td, input, textarea, select {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* Typography — headings */

h1, h2, h3, h4, h5, h6,
.home-header h1,
.portal-header h1,
.hero-title,
.welcome-title,
[class*="title"],
[class*="heading"] {
  font-family: 'Libre Baskerville', serif !important;
  font-weight: 700 !important;
  color: #0F172A !important;
}

/* Hero banner — white text on dark background */

.home-header h1,
.hero-title,
.welcome-title,
[class*="HomeHeader"] h1,
[class*="heroTitle"],
[class*="welcomeTitle"] {
  color: #F8FAFC !important;
}

/* Hero subtext */

.home-header p,
.hero-subtitle,
[class*="HomeHeader"] p,
[class*="heroSubtitle"],
[class*="subtitle"] {
  color: #7DD3FC !important;
}

/* Nav / header background */

.header, .portal-header {
  background-color: #0F172A !important;
}
