/* Variables */
:root {
    --primary-bg: #ffffff;
    --secondary-bg: #f5f5f7;
    --text-color: #1d1d1f;

    --primary-color: #185ee0;
    --secondary-color: #e6eef9;

    --highlight-color: #0071e3;
    --subtle-color: #86868b;

    --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}