/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --bs-primary: #114d5f;
  --bs-secondary: #029ac9;
  --bs-tertiary: #0f79ad;


}

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/
#cc-main {
    /** Change font *
    --cc-font-family: Roboto;*/
  
    /** Change button primary color to black **/
    --cc-btn-primary-bg: var(--bs-primary);
    --cc-btn-primary-border-color: var(--bs-primary);
    --cc-btn-primary-hover-bg: var(--bs-tertiary);
    --cc-btn-primary-hover-border-color: var(--bs-tertiary);
  
    /** Also make toggles the same color as the button **/
    --cc-toggle-on-bg: var(--bs-primary);
  
    /** Make the buttons a bit rounder **/
    --cc-btn-border-radius: 10px;
  }