/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Typograpghy */

h1, .h1{
  font-size: var(--fs-4xl);
  line-height: 1.1;
}
h2, .h2 {
  font-size: var(--fs-3xl);
  line-height: 1.2;
}
h3, .h3 {
  font-size: var(--fs-2xl);
  line-height: 1.3;
}
h4, .h4 {
  font-size: var(--fs-xl);
  line-height: 1.3;
}
h5, .h5 {
  font-size: var(--fs-l);
  line-height: 1.3;
}
h6, .h6 {
  font-size: var(--fs-m);
  line-height: 1.4;
}

.fw-bold{font-weight:600;}

.text-blue{color:var(--clr-blue);}

.text-white{color:#ffffff;}

.text-purple{color:#393185;}

.slider-heading{color:#ffffff;}

@media (max-width : 480px) {
	.slider-heading{color:var(--clr-blue);}
}