:root{
    --theme-color:#f1f1f1ff;
    --primary-color: #06304d;
    --primary-color-2: #3a4460; 
    --secundary-color: #494554;
    --secundary-color-2: #FFFADE;
    --text-color-inverse: #FBF8FF;
    --text-color-hover: #E89E47;
    --text-color-selected: #ffd3a0;
    --text-color: #000000;
    --navbar-shallow-color: #e5e5e5;
    --menu-mobile-background-color: #3a4460;   

}

/* @font-face {
    font-family: 'Fontana', 'Special Alphabets';
    src: url('/resources/fonts/FontanaNDAaOsFNormal.otf') format('otf');    
    src: url('/resources/fonts/SpecialAlphabets-4.woff') format('woff');
    src: url('/resources/fonts/SpecialAlphabets-4.woff2') format('woff2');   
    src: url('/resources/fonts/SpecialAlphabets-4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  } */

  @font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('trebuc.woff') format('woff');
    }



body{
    font-family: 'Trebuchet MS', sans-serif;
    background-color: var(--theme-color);
    color: var(--text-color);
   
    padding-top: 90px;
}


a {
    text-decoration: none;
    color: var(--text-color);
}

