body {
  font-family: Arial, Helvetica, sans-serif;
}
 
@font-face {
  font-family: 'RobotoSlab';
  src: url('RobotoSlab-Regular.woff2') format('woff2'),
      url('RobotoSlab-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 
h1, h2, h3, h4, h5, h6 {
  font-family: RobotoSlab, Arial;
}
 
.logo__title {
  font-family: RobotoSlab, Arial !important;
}