/* fuentes */
@import url("https://use.typekit.net/fpj4hkg.css");
@font-face {
  font-family: 'Raisonne Pro';
  src: url('../fonts/RaisonnePro-Regular.woff2') format('woff2'),
      url('../fonts/RaisonnePro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raisonne Pro';
  src: url('../fonts/RaisonnePro-Light.woff2') format('woff2'),
      url('../fonts/RaisonnePro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raisonne Pro Book';
  src: url('../fonts/RaisonnePro-Book.woff2') format('woff2'),
      url('../fonts/RaisonnePro-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raisonne Pro';
  src: url('../fonts/RaisonnePro-Bold.woff2') format('woff2'),
      url('../fonts/RaisonnePro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

