/*
 Theme Name:   Twenty Twenty-Two Child
 Theme URI:    https://cherrycarson.church/foodpartners/
 Description:  A Cherry Carson Church Food Partners child theme of Twenty Twenty-Two WordPress theme.
 Author:       Cherry Carson Church
 Author URI:   https://cherrycarson.church
 Template:     twentytwentytwo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

html * {
	font-family: 'Libre Franklin', sans-serif !important;
}

/* Custom Pattern
    Registerd in functions.php */
.frhd--pattern-para {
    background: radial-gradient(hsl(100 100% 60%), hsl(200 100% 60%)) fixed;
    background: conic-gradient( hsl(100 100% 60%), hsl(200 100% 60%), hsl(100 100% 60%) ) fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
}


