/*
 * Copyright (C) 2021 Daniel Friesel
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

$bg  : #ffffff;
$bg05: #dddddd;
$bg1 : #cccccc;

$fg : #000000;
$fg1: #333333;
$fg2: #666666;
$fg3: #999999;

$link-color: #000099;

$longdistance-bg: #ffcccc;
$regional-bg: #eeeeee;
$tram-bg: #ffcccc;
$taxi-bg: #eeaaee;
$suburban-bg: #9fd79f;
$subway-bg: #aac0ff;
$bus-bg: #eeaaee;

$cancelled-stop-color: #cc0000;
$cancelled-bg-color: #ffe7d0;

$delay-color: #ff0000;
$undelay-color: #006600;

@import 'app.scss';