/*
Theme Name: Kiwanis Child
Template: kiwanis_light
Author: GivingPress
Description: Kiwanis Base Theme (based on Givingpress lite theme. GNU General Public License v2 or later)
Version: 1.0.1776155061
Updated: 2026-04-14 10:24:21

*/

@import url("../kiwanis_light/style.css");
/* Apply Kiwanis Fonts */
body {
    font-family: 'Commissioner', Arial, sans-serif;
    font-weight: 400;
}

h1, h2 {
    font-family: 'Knockout', Haettenschweiler, Arial, sans-serif;
    text-transform: uppercase;
}

h3, h4, h5, h6 {
    font-family: 'KnockoutLight', Haettenschweiler, Arial, sans-serif;
    text-transform: uppercase;
}

p, li, td, th {
    font-family: 'ABeeZee', Georgia, sans-serif;
}

/* Apply Kiwanis Fonts */
body {
    font-family: 'Commissioner', Arial, sans-serif !important;
    font-weight: 400 !important;
}
h1, h2 {
    font-family: 'Knockout', Haettenschweiler, Arial, sans-serif !important;
    text-transform: uppercase !important;
}
h3, h4, h5, h6 {
    font-family: 'KnockoutLight', Haettenschweiler, Arial, sans-serif !important;
    text-transform: uppercase !important;
}
p, li, td, th {
    font-family: 'ABeeZee', Georgia, sans-serif !important;
}
