﻿:root {
    --menu-background-color: #24bebe;
    --theme-color: #24bebe;
    --theme-over-color: #24bebe;
}


/*@font-face {
   font-family: 'stratum2';
   src: url('Stratum2WebLight.eot');
   src: url('Stratum2WebLight.eot?#iefix') format('embedded-opentype'), url('Stratum2WebLight.woff') format('woff');
   font-weight: 300;
   font-style: normal;
}*/

html, body {
    font-family: 'Encode Sans', Verdana, Helvetica, sans-serif !important;
}

.menu-link {
    font-size: 15pt;
    font-weight: bold;
}


/*.rc-nav-link {
    color: black !important;
}
*/
/*.menu-link {*/
/*color: var(--text-color-gray) !important;*/
/*color: white !important;
   font-size: large;
   font-weight: bold;
}
   .menu-link:hover {
      color: var(--hover-color)!important;
   }
   .menu-link:focus {
      color: var(--hover-color) !important;
   }

.menu-item:hover {
   background-color: var(--background-gray-dark) !important;
}
.menu-item:focus {
   background-color: var(--background-gray-dark) !important;
}*/


