@font-face {
    font-family: 'Bebas Neue';
    src: url(../fuentes/bebas/BebasNeue-Regular.ttf),
         url(../fuentes/bebas/BebasNeue-Regular.woff);
}

@font-face {
    font-family: 'Oswald';
    src: url(../fuentes/oswald/Oswald-Regular.ttf),
         url(../fuentes/oswald/Oswald-Regular.woff);
}

h1, h2, h3 {
    font-family: 'Bebas Neue';
}

p, label, input {
    font-family: 'Oswald';
}

.nav-link {
    font-family: 'Bebas Neue';
    font-size: large;
}

.btn {
    font-family: 'Bebas Neue';
    font-size: x-large;
}

.bi {
    margin-right: 0.5em;
}

body {
    background-color: 	#121212;
}

.nav-tabs .nav-link {
  color: white;
}

.nav-tabs .nav-link.active {
  color: black;
}

.badge {
    margin-left: 0.5em;
}


.card-text {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
