/*
Theme Name: Tim Ballard Foundation
Theme URI: https://wpbfnew0826.tbfrescue.org
Author: Automated Clone Package
Description: Pixel-exact local-asset WordPress theme for Tim Ballard Foundation.
Version: 1.0.0
Text Domain: tim-ballard-foundation
*/
.tbc-editable-page {
    font-family: Arial, sans-serif;
    color: #151515;
    line-height: 1.65;
}
.tbc-editable-page .entry-content {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: 60px 0;
}
.tbc-editable-page h1 {
    font-size: clamp(42px, 7vw, 88px);
    line-height: 1;
    margin: 0 0 24px;
}
.tbc-editable-page p {
    font-size: 19px;
}
.tbc-editable-page img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
}
