/*
    Overrides
    =========
    This file allows you to override defaults and add custom CSS.
 */

:root {
    /************************************/
    /** sets the base-size of body-text */
    /************************************/

    /* --font-size-base: 12px; */


    /***************************************************/
    /** font families used for copy-text and headlines */
    /***************************************************/

    /* --font-family-copy: 'NotoSans', sans-serif; */
    /* --font-family-headline: 'Ubuntu', monospace; */


    /*********************************/
    /** default user-interface color */
    /*********************************/

    /* --ui-color: #1e398f; */


    /******************************/
    /** colors for text and links */
    /******************************/

    /* --text-color-base: #606060; */
    /* --text-color-link: #4b61a5; */


    /*****************************************************/
    /** background-colors of the different layout parts  */
    /*****************************************************/

    /* --background-page: #697272; */
    /* --background-header: #ffffff; */
    /* --background-content: #eaecec; */
    /* --background-cart: #f7f7f7; */


    /***************************************************/
    /** text-inputs highlight, background & text-color */
    /***************************************************/

    /* --input-highlight: var(--ui-color); */
    /* --input-background: #ffffff; */
    /* --input-text: var(--ui-color); */


    /*********************************************************/
    /** submit-button (pay-button) background- & text-color */
    /*********************************************************/

    /* --submit-background: var(--ui-color); */
    /* --submit-text: #ffffff; */
}
