/*
Theme Name: Edinburg Christian Church
Theme URI: https://edinburgchristian.org
Author: Edinburg Christian Church
Author URI: https://edinburgchristian.org
Description: Custom theme tailored for Edinburg Christian Church with bulletin updates, Facebook integration, and focused landing, about, and contact pages.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edinburg-church
Tags: church, custom-theme, responsive, block-editor
*/

:root {
  --font-body: "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Helvetica Neue", Arial, sans-serif;
}

/* Basic reset to provide a consistent base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: var(--font-body, "Helvetica Neue", Arial, sans-serif);
  line-height: 1.6;
  background-color: #f5f6f8;
  color: #1f2933;
  scroll-behavior: smooth;
}

a {
  color: #0b5ed7;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

:focus-visible {
  outline: 3px solid rgba(30, 64, 175, 0.65);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

header,
footer {
  background-color: #152238;
  color: #ffffff;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1;
}
