/*
Theme Name: EndForfeiture
Theme URI: https://ij.org
Author: Rima Gerhard
Author URI: https: //ij.org/staff/rima-gerhard/
Description: A child theme for TT2 for endforfeiture.com
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: endforfeiture
Template: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/

/* @font-face {
    font-family: 'gothammedium';
    src: url('./assets/fonts/Gotham-Font/gothammedium-webfont.woff2') format('woff2'),
         url('./assets/fonts/Gotham-Font/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 1.25em;
    margin-block-start: 0.1em;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
    margin-top: 20px;
}

.color-primary {
    color: #167eb2 !important;
}

.btn-orange {
    padding: 5px 10px !important;
    background-color: var(--wp--preset--color--accent) !important;
    letter-spacing: 1px;
}

.wp-block-post-template,
.wp-block-post-title {
    font-family: var(--wp--preset--font-family--heading);
}

.wp-block-post-template a,
.wp-block-post-title a {
    font-family: var(--wp--preset--font-family--body);
}

time{ 
    display: block;
    font-size: var(--wp--preset--font-size--small) !important;
    color: var(--wp--preset--color--background-light) !important;
}