/*
Theme Name: ANVi's child theme
Theme URI: https://olliewp.com
Description: This is Mike's custom child theme.
Author: Mike McAlister
Author URI: https://olliewp.com
Template:     ollie
 License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: ollie-child
*/

/*a:link, a:visited {
    color: #9267F3;
}

a:hover, a:focus {
    color: #592898;
}

a:hover {
    transition: color 0.2s;
}*/


.text-gradient {
   /* -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #FA5111 14%, #e10400 100%);
    background-clip: text;
    -webkit-box-decoration-break: clone;*/
    color: #FA5111;
}