
/*
 Theme Name:   Gladz Autoglass Child
 Template:     Divi
 Version:      1.0.5
 Author:       Gladz Team
 Description:  Divi child theme for Gladz Autoglass using Alegreya SC Ultra Bold with static black buttons.
*/

/* Import Alegreya SC font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:wght@700;800;900&display=swap');

body {
  font-family: 'Alegreya SC', serif;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Alegreya SC', serif;
  font-weight: 900;
  color: #000000;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

a {
  color: #f32684;
  text-decoration: none;
  font-weight: 800;
}

a:hover {
  color: #000000;
}

.et_pb_button {
  font-family: 'Alegreya SC', serif;
  font-size: 16px;
  font-weight: 900;
  padding: 14px 28px;
  background-color: #000000;
  color: #fff;
  border: none;
  border-radius: 4px;
}
