/*!
 *   Diralan 1.0
 *   Author: Diego Peinado
 *   Website: Diralan <https://diegopeinado.com>
 *   License: Open source - MIT <https://opensource.org/licenses/MIT>
 */

body {
  font-family: Arial, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

/* Remove Shadows Inputs */
.form-control,
.form-control:focus,
.form-select,
.form-select:focus {
  box-shadow: none !important;
}
