@font-face {
  font-family: 'NirsaFont';
  src: local('Arial');
}

body, input, button, select, textarea {
  font-family: 'NirsaFont', Arial, sans-serif;
}

button, input {
  font-family: inherit;
}
