@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/fonts/GoogleSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Google Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/fonts/GoogleSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/fonts/GoogleSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Google Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/fonts/GoogleSans-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/fonts/GoogleSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Google Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/fonts/GoogleSans-BoldItalic.ttf') format('truetype');
}

/* Brand Color Palette & CSS Variables */
:root {
  --primary-color: #0080a0;
  --primary-hover: #1080b0;
  --accent-color: #c0a080;
  --bg-light: #e0f0ff;
  --bg-ice: #f0ffff;
  --text-dark: #1f1f1f;
  --font-family: 'Google Sans', sans-serif;
}

body, p, a, li, span, input, select, textarea, button {
  font-family: var(--font-family) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family) !important;
  font-weight: 700;
}
