/* custom-fonts.css */

body {
  font-family: 'Verdana', sans-serif;
}

b, strong {
  font-family: 'Verdana', sans-serif;
  font-weight: bold;
}
