:root {
    /* Colors */
    --performance: #40AC5C;
    --dark-blue: #173152;
    --light-blue: #3a719e;
    --header-blue: #005EA4;
    --gray-backdrop: #3a4249;
    --gray-text: #49525b;
    --gray-lines: #979797;
    --white: #ffffff;
    --black: #000000;
    /* Fonts */
    --arial: 'Arial', Arial, Helvetica, sans-serif;
    --bravura: 'Bravura';
    --garamond: 'EB Garamond', serif;
    --garamond-italic: 'EB Garamond Italic', sans-serif;
    --inter: 'Inter', sans-serif;
    /* Breakpoints */
    --mobile: 768px;
    --tablet: 1024px;
    --desktop: 1280px;
}