/*
 * Globals
 */

 @font-face{
  font-family: PoppinsExtraLight;

  /*Caso a fonte esteja na mesma pasta*/
  src: url("../font/Poppins-ExtraLight.ttf");
} 
 @font-face{
  font-family: PoppinsBold;

  /*Caso a fonte esteja na mesma pasta*/
  src: url("../font/Poppins-Bold.ttf");
} 


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.background-image {
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  font-family: 'PoppinsExtraLight';
}

.cover-container {
  max-width: 70em;
}