/*
Theme Name: Inspectmate
Theme URI: https://inspectmate.wpenginepowered.com/
Description: A custom Genesis Bloack child theme.
Author: Amebae
Author URI: https://www.amebae.com.au/
Template: genesis-block-theme
Version: 1.0.0
Text Domain: inspectmate
*/

/* Your custom styles here */

h1, h2, h3, h4, h5, h6, span {
    clear: both;
    font-family: 'Gilroy', serif;
}

p, a{
    font-family: 'Gilroy', sans-serif;
}

a{
    text-decoration: none;
}

body, button {
    color: #272c30;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}