﻿.theme-casinoeuro
{
    font-family: var(--cbt-primary-font-family);
    --cbt-secondary-font-family: 'Arial',sans-serif;
}
:root, :host, cbt-modal
{
    --header: linear-gradient(0deg,#19213b 0%,#353e5c 100%);
    --header-interaction-medium: #353e5c;
    --header-interaction-hi: #19213b;
    --on-header: #fff;
    --primary: #1f294a;
    --primary-interaction-low: #e9eaed;
    --primary-interaction-medium: #353e5c;
    --on-primary: #fff;
    --secondary: #45bf53;
    --secondary-interaction-low: #ecf9ee;
    --secondary-interaction-medium: #6acc75;
    --on-secondary: #fff;
    --tertiary: #ccdbf2;
    --tertiary-interaction-low: #ccdbf2;
    --tertiary-interaction-medium: #d6e2f5;
    --on-tertiary: #000000de;
    --background: #fff;
    --surface: #f0f0f0;
    --section-surface: #fff;
    --on-surface-hi: #000000de;
    --on-surface-m: #0009;
    --on-surface-low: #00000061;
    --alternate-section-surface: #f0f0f0;
    --on-alternate-section-hi: #000000de;
    --on-alternate-section-m: #0009;
    --on-alternate-section-low: #00000061;
    --color-block: #ccdbf2;
    --on-color-block: #000000de;
    --alternate-surface: #121422;
    --alternate-surface-variant1: #2e2f3c;
    --alternate-surface-variant2: #5c5d67;
    --on-alternate-surface-hi: #fff;
    --on-alternate-surface-m: #ffffffde;
    --on-alternate-surface-low: #fff9;/* custom theme variables */
    --cbt-primary-font-family: 'Proxima Nova',sans-serif;
    --cbt-secondary-font-family: 'Arial',sans-serif;/* cbt-header component */
    --cbt-header-logo-max-height-mobile: 32px;/* cbt-button component */
    --cbt-button-primary-color-hover-outline: rgba(255 102 0/8%);
    --cbt-button-secondary-color-hover-outline: rgba(64 184 64/8%);/* cbt-footer component */
    --cbt-footer-background-color: #222;
}