/*-
 * #%L
 * This file is part of "Apromore Core".
 * %%
 * Copyright (C) 2018 - 2021 Apromore Pty Ltd.
 * %%
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Lesser Public License for more details.
 * 
 * You should have received a copy of the GNU General Lesser Public
 * License along with this program.  If not, see
 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
 * #L%
 */


/* Apromore branding colours */
:root {
    --ap-c-oceanic-dark-5: #334c56;
    --ap-c-oceanic-dark-4: #466977;
    --ap-c-oceanic-dark-3: #5b889b;
    --ap-c-oceanic-dark-2: #679cb2;
    --ap-c-oceanic-dark-1: #78b7d1;
    --ap-c-oceanic: #84c7e3;
    --ap-c-oceanic-light-1: #9dd2e9;
    --ap-c-oceanic-light-2: #afdaed;
    --ap-c-oceanic-light-3: #c7e6f2;
    --ap-c-oceanic-light-4: #e2f2f8;
    --ap-c-oceanic-light-5: #edf7fb;
    --ap-c-sunset-dark-5: #7c3000;
    --ap-c-sunset-dark-4: #913800;
    --ap-c-sunset-dark-3: #a44000;
    --ap-c-sunset-dark-2: #c24c00;
    --ap-c-sunset-dark-1: #da5500;
    --ap-c-sunset: #f96100;
    --ap-c-sunset-light-1: #fa8133;
    --ap-c-sunset-light-2: #fb9859;
    --ap-c-sunset-light-3: #fcb88c;
    --ap-c-sunset-light-4: #fdd7bf;
    --ap-c-sunset-light-5: #feece1;
    --ap-c-soft-blue-dark-5: #65747b;
    --ap-c-soft-blue-dark-4: #7e909a;
    --ap-c-soft-blue-dark-3: #8b9fa9;
    --ap-c-soft-blue-dark-2: #a6bdc8;
    --ap-c-soft-blue-dark-1: #b4ccd8;
    --ap-c-soft-blue: #c7e1ee;
    --ap-c-soft-blue-light-1: #d2e7f1;
    --ap-c-soft-blue-light-2: #daebf4;
    --ap-c-soft-blue-light-3: #e6f1f7;
    --ap-c-soft-blue-light-4: #f1f7fb;
    --ap-c-soft-blue-light-5: #f7fbfd;
    --ap-c-maroon-dark-5: #571823;
    --ap-c-maroon-dark-4: #601b27;
    --ap-c-maroon-dark-3: #792332;
    --ap-c-maroon-dark-2: #8e2b3c;
    --ap-c-maroon-dark-1: #a33245;
    --ap-c-maroon: #bb3a50;
    --ap-c-maroon-light-1: #c96173;
    --ap-c-maroon-light-2: #d37f8d;
    --ap-c-maroon-light-3: #e0a6b0;
    --ap-c-maroon-light-4: #eeced3;
    --ap-c-maroon-light-5: #f5e2e5;
    --ap-c-orange-dark-5: #9b6616;
    --ap-c-orange-dark-4: #b97919;
    --ap-c-orange-dark-3: #c17e1b;
    --ap-c-orange-dark-2: #d18a1f;
    --ap-c-orange-dark-1: #e59721;
    --ap-c-orange: #fba525;
    --ap-c-orange-light-1: #fcb751;
    --ap-c-orange-light-2: #fcc471;
    --ap-c-orange-light-3: #fdd69d;
    --ap-c-orange-light-4: #fee8c8;
    --ap-c-orange-light-5: #fff2df;
    --ap-c-grey-dark-5: #000000;
    --ap-c-grey-dark-4: #171818;
    --ap-c-grey-dark-3: #212121;
    --ap-c-grey-dark-2: #303131;
    --ap-c-grey-dark-1: #434545;
    --ap-c-grey: #4d4d4d;
    --ap-c-grey-light-1: #717171;
    --ap-c-grey-light-2: #8b8c8c;
    --ap-c-grey-light-3: #afafaf;
    --ap-c-grey-light-4: #d2d3d3;
    --ap-c-grey-light-5: #e5e5e5;
    --ap-c-green: #3ac16d;
    --ap-c-green-light-1: #61cd8a;
    --ap-c-green-light-2: #7fd6a0;
    --ap-c-green-light-3: #a6e3bd;
    --ap-c-green-light-4: #ceefda;
    --ap-c-green-light-5: #e2f6e9;
}
