@font-face {
  font-family: 'Rubik';
  src:
    local('Rubik'),
    url(../fonts/Rubik-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik Bold';
  src:
    local('Rubik-Bold'),
    url(../fonts/Rubik-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  src:
    local('Open-Sans-Regular'),
    url(../fonts/Open-Sans-Regular.ttf) format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik';
}

#activity-check-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
