/**
 * CREATEPhilippines Dynamic Typography Asset Link Injections
 */


:root {
    --b2b-bg: #f5f5f7;
    --b2b-card: #ffffff;
    --b2b-primary: #0071e3;
    --b2b-text: #1d1d1f;
    --b2b-radius: 12px;
    
    /* Font family assignment fallbacks */
    --b2b-font-header:  -apple-system, BlinkMacSystemFont, sans-serif;
    --b2b-font-body:  system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6, .navbar-brand-create {
    font-family: var(--b2b-font-header) !important;
}

body, .nav-link, input, select, button {
    font-family: var(--b2b-font-body);
}



/* ==========================================================================
PRESET 1: Modern Minimalist (Apple UI Style Framework)
========================================================================== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.b2b-card {
    background: var(--b2b-card);
    border-radius: var(--b2b-radius);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.2s ease;
}

.b2b-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.b2b-btn-primary {
    background-color: var(--b2b-primary);
    border: none;
    color: #ffffff;
    border-radius: 30px;
    padding: 10px 24px;
    font-weight: 500;
    letter-spacing: -0.1px;
    transition: opacity 0.2s ease;
}

.b2b-btn-primary:hover {
    opacity: 0.9;
}

/* ==========================================================================
PRESET 2: Gamified Menu (Arcade/Neon Style Framework)
========================================================================== */
