/*
Theme Name: BizPitch
Theme URI: https://bizpitch.me
Author: Axiella Ltd
Author URI: https://axiella.pro
Description: A professional investment and business pitching platform theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: Proprietary
License URI: https://bizpitch.me/license
Text Domain: bizpitch
Tags: business, investment, custom-logo, custom-menu

BizPitch Theme - Owned and operated by Axiella Ltd
*/

/* Base Reset */
*, *::before, *::after {
    box-sizing: border-box;
}

:root {
    --bp-black: #000000;
    --bp-white: #FFFFFF;
    --bp-gold: #D4AF37;
    --bp-navy: #1E3A5F;
}

body {
    margin: 0;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: var(--bp-white);
    color: var(--bp-black);
    line-height: 1.6;
}

.site-header {
    background: var(--bp-navy);
    padding: 20px;
    color: var(--bp-white);
}

.site-title {
    margin: 0;
    font-size: 24px;
    color: var(--bp-gold);
}

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.site-footer {
    background: var(--bp-black);
    color: var(--bp-white);
    padding: 40px 20px;
    text-align: center;
}

.site-footer a {
    color: var(--bp-gold);
}
