/*
Theme Name: Hello Moto
Theme URI: https://tandemcreate.com
Template: twentytwentyfive
Author: Tandem Create (Marty)
Author URI: https://tandemcreate.com
Description: Hello Moto theme for Motorola
Tags: hello-moto theme,
Version: 1.3.1759736339
Updated: 2025-10-06 07:38:59

*/

/* Importing Gotham Black and Gotham Book font from the fonts folder - Start */

/* Open Type */
@font-face {
    font-family: 'Gotham Black';
    src: url('fonts/Gotham-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/Gotham-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Black';
    src: url('fonts/Gotham-Black.ttf') format('truetype');
}

/* Importing Gotham Black and Gotham Book font from the fonts folder - End */

body,
p,
div,
a {
    font-family: 'Gotham Book', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'Gotham Bold', sans-serif !important;
}

label {
    font-family: 'Gotham Bold', sans-serif !important;
}

.forminator-checkbox__wrapper {
    align-items: center !important;
}

.forminator-button {
    font-family: 'Gotham Bold', sans-serif !important;
    letter-spacing: 1px !important;
}

.forminator-field-html a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {

    .forminator-file-upload {
        align-items: flex-start !important;
        flex-direction: column;
    }
}