/*
Theme Name:   Gravity Child
Theme URI:    http://pavlovagency.com
Description:  Gravity Child Theme
Author:       Timothy Stowell
Author URI:   http://pavlovagency.com
Template:     gravity
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         one-column, two-columns, right-sidebar, sticky-post, theme-options, translation-ready
Text Domain:  gravity
*/

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * © 2023 MyFonts Inc. */

 @font-face {
    font-family: "Gotham";
    src: url('styles/GothamBold.woff2') format('woff2'), 
    url('styles/GothamBold.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: "Gotham";
    src: url('styles/GothamMedium.woff2') format('woff2'), 
    url('styles/GothamMedium.woff') format('woff');
    font-weight: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url('styles/OpenSans-Regular.woff2') format('woff2'), 
    url('styles/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url('styles/OpenSans_-Bold.woff2') format('woff2'), 
    url('styles/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
}
:root {
    --primary-font: "Gotham";
    --secondary-font: "Open Sans";
}

.grecaptcha-badge { margin-right: -100px; }
