* {
  box-sizing: border-box;
}

@font-face { 
    font-family: 'cs';
    src: url('/MS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 

@font-face { 
    font-family: 'fire';
    src: url('agate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 
 
/* header font */
.header, h1, h2, h3, h4, h5, .footer  {
  font-family: 'cs';
}

/* body font */
p, li, small, .rdropdown-content, .sdropdown-content { 
  font-family: 'fire';
  font-size: 17px;
}
