:root {
    --dark: #050927;
    --dark-2: #0c1138;
    --dark-3: #161c52;
    --ink: #14162b;
    --mut: #565d77;
    --faint: #8a90a8;
    --primary: #315cff;
    --primary-2: #305cff;
    --primary-dark: #2445e6;
    --primary-dark-2: #1a34c0;
    --secondary: #64fbd3;
    --secondary-deep: #0a8f73;
    --amber: #64fbd3;
    --coral: #0c1138;
    --purple: #305cff;
    --paper: #ffffff;
    --bone: #f6f7fb;
    --tint-blue: #e9eefe;
    --tint-mint: #e3fbf3;
    --tint-amber: #e3fbf3;
    --tint-coral: #e3fbf3;
    --tint-sage: #eef3ee;
    --line: #e5e8f2;
    --line-d: rgba(255, 255, 255, .16);
    --r: 22px;
    --r-lg: 34px;
    --r-xl: 48px;
    --r-2xl: 60px;
    --pill: 500px;
    --maxw: 1180px;
    --serif: "Lato", system-ui, sans-serif;
    --shadow: 0 30px 70px -34px rgba(8, 12, 40, .34);

    --e: #95acfc;
}