:root{
    --bs-font-sans-serif: 'Noto Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --red-swissarchery: rgba(213, 19, 19, 1);
    --red-swissarchery-dark: color-mix(in srgb, var(--red-swissarchery),#000 15%);
    --red-indoor:#D10011;
    --red-indoor-grey: #404040;
    --blue-fita:#1966A1;
    --blue-fita-grey: #565656;
    --green-field:#006921;
    --green-field-grey: #414141;
    --orange-parcours:#CB5F19;
    --orange-parcours-grey: #777777;
    --purple-run:#6f42c1;
    --teal-other:#0e7490;

}