<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   FoundationPress-child
 Theme URI:    https://www.generalkinematics.com
 Description:  FoundationPress Child Theme
 Author:       generalkinematics
 Author URI:   https://www.generalkinematics.com
 Template:     FoundationPress
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

#new-product-template h1.wp-block-heading, 
#new-product-template h2.wp-block-heading, 
#new-product-template h3.wp-block-heading, 
#new-product-template h4.wp-block-heading, 
#new-product-template h5.wp-block-heading, 
#new-product-template h6.wp-block-heading {
    color: #B32B3C;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

#new-product-template a {
    color: #B32B3C;
}

#new-product-template a:hover {
    color: black;
}

#new-product-template .wp-block-list {
    margin-left: 35px;
    margin-bottom: 10px;
}

#new-product-template ul.wp-block-list li {
    display: list-item;
    list-style-type: disc;
}

#new-product-template ul.wp-block-list li::marker {
    color: #B32B3C;
}</pre></body></html>