@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-Regular.woff2') format('woff2'),
       url('../fonts/Silka-Regular.woff') format('woff'),
       url('../fonts/Silka-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chaney';
  src: url('../fonts/CHANEY-Regular.woff2') format('woff2'),
       url('../fonts/CHANEY-Regular.woff') format('woff'),
       url('../fonts/CHANEY-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Silka', -apple-system, sans-serif;
}

h1, h2, h3, .titulo-destacado {
  font-family: 'Chaney', 'Silka', sans-serif;
}