/* ==========================================
   LOUIS CARTER FOUNDATION
   Global Variables
========================================== */

:root {

    /* Colors */
    --primary: #0A3D91;
    --primary-dark: #062E70;
    --secondary: #F4B400;
    --secondary-dark: #D99A00;

    --white: #FFFFFF;
    --black: #1F2937;

    --text: #4B5563;
    --border: #E5E7EB;
    --light: #F8FAFC;

    /* Typography */
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;

    /* Layout */
    --container-width: 1320px;

    /* Effects */
    --radius: 12px;
    --transition: .35s ease;

    /* Shadow */
    --shadow: 0 10px 30px rgba(0,0,0,.08);

}