:root {
    /* BizLink Color Palette */
    --body-bg: #f7f7f7;          /* Light Grey */
    --component-bg: #ffffff;
    --primary-text: #1f1f1f;
    --secondary-text: #9a9a9a;
    --accent-black: #1f1f1f;
    --border-color: transparent;

    /* Structural */
    --border-radius-cards: 16px;
    --border-radius-btn: 30px;
    --shadow-none: none;

    /* Typography */
    --font-stack: 'General Sans', Inter, system-ui;
    --line-height: 1.5;
}