/*
Theme Name: Astrhalor Child
Template: kadence
Version: 0.1.0
Description: Thème enfant de base pour Astrhalor.
Author: OpenAI
*/

:root{
  --ast-green:#1FA287;
  --ast-yellow:#F5C528;
  --ast-dark:#21302F;
  --ast-light:#F7F8F8;
  --ast-white:#FFFFFF;
}

body{
  color:var(--ast-dark);
}

h1,h2,h3,h4,h5,h6{
  font-family:"TW Cen MT","Social Gothic","League Spartan",sans-serif;
  font-weight:700;
}

p,li,blockquote{
  font-family:"League Spartan",Arial,sans-serif;
  line-height:1.6;
}

.wp-block-button__link,
button,
input[type=submit]{
  background:var(--ast-green);
  color:#fff;
  border-radius:6px;
}

.wp-block-button__link:hover,
button:hover,
input[type=submit]:hover{
  background:var(--ast-dark);
}
