:root {
    --potato-white: #ffffff;
    --potato-warm-subtle: #f9f9f7;
    --potato-grey-100: #f2f2f0;
    --potato-grey-200: #e8e8e4;
    --potato-grey-300: #d8d8d4;
    --potato-grey-600: #666662;
    --potato-grey-800: #333330;
    --potato-black: #1a1a18;
    --potato-accent: #F59E0B;

    --potato-bg-main: var(--potato-white);
    --potato-bg-alt: var(--potato-warm-subtle);
    --potato-text-main: var(--potato-black);
    --potato-text-sub: var(--potato-grey-600);
    --potato-border-soft: var(--potato-grey-200);

    --potato-font-main: 'Cairo', sans-serif;

    --potato-space-lg: 6rem;
    --potato-space-md: 3rem;
    --potato-space-sm: 1.5rem;
}
