/*
Theme Name: Twenty Twenty Child
Theme URI: https://wp-themes.com/twentytwenty
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Twenty Twenty child theme.
Template: twentytwenty
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: twentytwenty-child
*/

@font-face {
    font-family: 'quicksand';
    src: url('assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'questrial';
    src: url('assets/fonts/Questrial/Questrial-Regular.ttf');
}

* {
    font-family: 'quicksand';
}

h3, h2 {
    font-family: 'questrial' !important;
    font-weight: 400;
    color: #e06666;
}

.gform_button button {
    background-color: #e22658;
}

.entry-header, .footer-nav-widgets-wrapper, .header-footer-group, .gform_heading {
    display: none !important;
}

.gform_button {
    background: #f15a5e !important;
    color: #ffffff;
    border-radius: 1000px !important;
    text-transform: capitalize !important;
    font-weight: 300 !important;
    padding: 1.5rem !important;
}

.gform_button:hover {
    background: #f5898c !important;
    text-decoration: none !important;
}

.ginput_container_date label.error {
    display: none !important;
}