

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

.sora-semi {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sora-bold {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.tk-sora { font-family: "Sora",sans-serif; }

html, body, p, a, div, input, span {

  font-family: "Sora", sans-serif !important;
  font-weight: 400 !important;
}

.h1,.h2,.h3,.h4,.h5,.h6{

  font-family: "Sora", sans-serif !important;
  font-weight: 800 !important;

}

strong, label, button, h1, h2, h3, h4, h5, h6 {

  font-family: "Sora", sans-serif !important;
  font-weight: 800 !important;
}


/* Attendee App */

.x-button.x-button-back .x-button-label, .x-button.x-button-back .x-badge {

  font-family: "Sora", sans-serif !important;

}

.x-button-normal .x-button-label, .x-button-normal .x-badge, .x-button-round .x-button-label, .x-button-round .x-badge, .x-button-small .x-button-label, .x-button-small .x-badge, .x-button-forward .x-button-label, .x-button-forward .x-badge{

  font-family: "Sora", sans-serif !important;

}

.x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-button-label, .x-msgbox .x-msgbox-buttons .x-toolbar-inner .x-button .x-badge{

  font-family: "Sora", sans-serif !important;

}

/* Restore Font for Icons */

.fa {

  font-family: 'FontAwesome' !important;

}

.glyphicon {

  font-family: 'Glyphicons Halflings' !important;

}

input, .form-control {
  border-radius: 3px !important;
}
