@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

:root {
    --theme-background-color: #f1f0e3;
    --theme-default-text-color: #333;
    --theme-default-title-text-transform: uppercase;

    --notato-navbar-link-color: #000000;
    --notato-navbar-brand-max-width: 120px;
    --notato-navbar-brand-max-height: 35px;

    --theme-navbar-color: #000000;
    --theme-navbar-background-color: #f1f0e3;
    --theme-navbar-dropdown-toggle-color: #000000;

    --theme-store-box-service-label-background-color: #44444420;
    --theme-store-box-tagline-color: #000000;

    --theme-store-box-hover-background-color: #ffffff50;

    --store-box-name-color: #bb4729;

    --footer-color: #ffffff;
    --footer-background-color: #bb4729;
}