﻿/**
 * euterpe 8bit theme
 *
 * Copyright 2019-2021 Geoff Butler. All rights reserved. Code or files can not be disseminated, copied, modified and/or distributed under any circumstances without the express written permission of the @author. Unauthorized copying or use of this file, via any medium is strictly prohibited outside of 8bituniverse.com.
 * @framework Pogo
 * @version 2.0
 * @author Geoff Butler
 */


/*
 * root colours and setting
 */

:root {
    --font: 'Charriot-Deluxe';
    --cyan: rgb(0, 255, 255);
    --yellow: rgb(255, 255, 0);
    --red: rgb(255, 0, 0);
    --green: rgb(0, 255, 0);
    --header: rgb(0, 0, 0);
    --headerText: rgb(255, 255, 255);
    --form: rgb(255, 255, 255);
    --formBack: rgb(240, 240, 240);
    --background: rgb(189, 189, 189);
    --text: rgb(0, 0, 0);
    --inputs: rgb(255, 255, 255);
    --themeLight: rgb(189, 189, 189);
    --themeDark: rgb(49, 53, 55);
    --black: rgb(0, 0, 0);
    --shadow: rgba(0, 0, 0, 0.4);
}
