/*
Theme Name: Jadwiga Portal - French Catholic Edition
Theme URI: https://jadwigakozanow.pl/
Author: Parafia pw. św. Jadwigi Śląskiej
Author URI: https://jadwigakozanow.pl/
Description: Alternative modern institutional frontend inspired by eglise.catholique.fr (Conférence des évêques de France). Features bordeaux liturgical accents, warm alabaster canvas, top liturgical service bar (Saint of the Day & Mass readings), "À la une" magazine editorial hierarchy, and responsive dossier cards.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jadwiga-cef
Tags: news, editorial, church, responsive-layout, modern
*/

/* Base CSS Reset & Normalization */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--cef-bg-canvas, #F8F9FA);
  color: var(--cef-text-main, #1F2937);
  font-family: var(--cef-font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--cef-bordeaux, #771C61);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

a:hover, a:focus-visible {
  color: var(--cef-bordeaux-dark, #541144);
}

ul, ol {
  list-style: none;
}
