/*
 Theme Name:   Spun Child — Paul de Sevin
 Theme URI:    https://www.pauldesevin.fr
 Description:  Child theme du thème Spun, personnalisé pour pauldesevin.fr
 Author:       Paul de Sevin
 Template:     spun
 Version:      1.0
 Text Domain:  spun-child
*/

/* Le CSS du thème parent est chargé via functions.php */
/* Ajoutez votre CSS personnalisé ci-dessous — il ne sera pas effacé par les mises à jour */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Jost:wght@300;400&display=swap');

:root {
  --blanc  : #f9f7f4;
  --noir   : #1c1a18;
  --gris   : #e8e4de;
  --gris-t : #7a7570;
  --accent : #b8a898;
  --serif  : 'Cormorant Garamond', Georgia, serif;
  --sans   : 'Jost', sans-serif;
}

body {
  background-color       : var(--blanc);
  color                  : var(--noir);
  font-family            : var(--sans);
  font-weight            : 300;
  -webkit-font-smoothing : antialiased;
}

/* Suppression des ronds — Spun arrondit les vignettes par défaut */
.entry-thumbnail img,
.post-thumbnail img,
article img {
  border-radius : 0 !important;
}
