:root {
    --bg: #F9F9FF;
    --main-light: #D6EEDD;
    --primary: #1F1F1F;
    --secondary: #fff;
    --light: #F3F3F3;
    --light-dark: #AdAdAd;
    --text-primary: #2a2a2a;
    --text-secondary: #52525B;
    --text-tertiary: #FBD784;
    --border: #0000001a;
    --green: #009400;
    --red: #DC2626;
    --box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
    --box-shadow-1: 3px 3px 3px #d0d0d0;
    --transition: 0.5s ease-in-out;

    /* Fonts */
    --main-font: "Satoshi", sans-serif;
    --fw-sm: 400;
    --fw-md: 500;
    --fw-lg: 600;
    --fw-xl: 700;
    --fw-xxl: 800;
    --fs-10: 10px;
    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-22: 22px;
    --fs-24: 24px;
    --fs-26: 26px;
    --fs-28: 28px;
    --fs-30: 30px;
    --fs-35: 35px;
    --fs-40: 40px;
    --fs-45: 45px;
    --fs-50: 50px;
}