/*
 Theme Name:   Canta de Joia
 Theme URI:    https://cantadejoia.fr
 Description:  Thème custom pour la chorale Canta de Joia — Périgord Noir.
 Author:       WebSolution24
 Author URI:   https://websolution24.fr
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  canta
*/

:root {
  --cdj-red: #C1351D;
  --cdj-beige: #F5F0E8;
  --cdj-dark: #5A5A52;
  --cdj-darker: #3D3D38;
  --cdj-white: #FFFFFF;
  --cdj-text-dark: #333333;
  --cdj-text-light: #F5F0E8;
  --cdj-text-muted: #888880;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Open Sans', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: var(--cdj-text-dark);
  background: var(--cdj-white);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--cdj-red);
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover { opacity: 0.75; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .container { padding: 0 20px; }
}
