/*
 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
*/

.text-gradient-fazz {
  background: linear-gradient(90deg, #3C64E1 -4.73%, #00A0FF 26.42%, #00C1D5 67.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-gradient-fazza {
background: linear-gradient(90deg, #4DAD33 -4.73%, #2DC93C 26.42%, #0AD1A6 67.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   color: transparent;
}