/*
Theme Name: Le Domaine de Négan
Theme URI: https://ledomainedenegan.com
Author: WebExpertConcept
Description: Thème custom pour l'élevage de Pomsky Le Domaine de Négan
Version: 1.0.0
Text Domain: negan
*/

/* ============================================================
   VARIABLES GLOBALES
   ============================================================ */

:root {
  --color-creme:      #FAF8F4;
  --color-wave:       #FAF8F4;
  --color-chiots:     #F5E9E3;
  --color-bordeaux:   #A84B6A;
  --color-rose:       #C4717A;
  --color-sauge:      #989E79;
  --color-texte:      #2C2C2C;
  --color-texte-soft: #5A5A5A;
  --color-border:     #FAF8F4;
  --font-titre:       'Playfair Display', Georgia, serif;
  --font-script:      'Bolina', 'Cormorant Garamond', Georgia, serif;
  --font-corps:       'Jost', sans-serif;
  --container:        1200px;
}

/* ============================================================
   RESET MINIMAL
   ============================================================ */

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

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

body {
  font-family: var(--font-corps);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-texte);
  background-color: var(--color-creme);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  font-family: inherit;
}

/* ============================================================
   UTILITAIRES
   ============================================================ */

.negan-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 2rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
