/* Set Font style */
html, body, div, li, ul, strong, 
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, ol {
font-family: arial, helvetica, sans-serif;    
}

/* Set Font size */
html, body, div, li, ul, strong, 
blockquote, ol {
font-size: inherit;    
}

/* selected fonts
font-family: 'IBM Plex Sans', sans-serif;
    */

h1 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #365888;
}

h2 {
   font-size: 28px;
   font-family: 'Montserrat', sans-serif; 
       color: #365888;
}

h3 {
   font-size: 16px; 
}

h4 {
   font-size: 14px; 
}

p {
  font-size: 16px;
  margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

p a {
    text-decoration: underline;
    color: inherit;
}

#logo h1 {
font-family: 'Montserrat', sans-serif;
color: gray;
}

/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); */