:root {
  --primary-color: #B80201;
}

/*
  'div[aria-modal=true] * ' needed for modals that render inside of body tag,
  with specific attribute. That might be changed in future
*/
#app *, div[aria-modal=true] * {
  font-family: 'Graphik-Regular', sans-serif
}