<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Kodiak Retail
Theme URI: 
Author: Kelly Jones
Author URI: 
Description: 
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kodiak-retail
Tags: 
*/

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    color: var(--wp--preset--color--custom-brown);
    font-style: normal;
}

.frm_button_submit {
    background-color: transparent !important;
    border: solid 3px var(--wp--preset--color--custom-brown) !important;
    border-radius: 30px !important;
    color: var(--wp--preset--color--custom-brown) !important;
    text-transform: uppercase;
    width: 200px !important;
    height: 60px !important;
}

input[type=email],
input[type=tel],
input[type=text] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 1px #000 !important;
    border-radius: 0px !important;
}

textarea {
    border: solid 1px #000 !important;
}</pre></body></html>