// @font-face {
//     font-family: 'Helvetica Neue LT Sth';
//     src: url('../../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
//         url('../../fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
//     font-weight: normal;
//     font-style: normal;
//     font-display: swap;
// }
//
// @font-face {
//     font-family: 'Helvetica Neue LT Std';
//     src: url('../../fonts/HelveticaNeueLTStd-Th.woff2') format('woff2'),
//         url('../../fonts/HelveticaNeueLTStd-Th.woff') format('woff');
//     font-weight: 100;
//     font-style: normal;
//     font-display: swap;
// }
//
$principal: 'Montserrat';

$segunda: 'Josefin Sans';
$link: 0.813rem;
$blanco: #fff;
$verde: #638F8A;
$negro:#000;
$link:0.813rem;
body{
  font-family: $principal;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 31.5px;
  font-weight: 400;
  line-height: 30px;

}
a{
  text-decoration: none;

}

h2{
  font-size: 2.5rem;
  font-weight: 300;
  font-family: $segunda;
}
h3{
  font-size: 2rem;
}
h4{
  font-size: 1.875rem;
  font-family: $segunda;
}
h5{
  font-size: 1.25rem;
  font-family: $segunda;
}
h6{
  font-size: $link;
}
.mayuscula{
  text-transform: uppercase;
}

.h2{
  font-size: 3rem;
  text-transform: uppercase;
}
