/* @import url('https://fonts.googleapis.com/css?family=Signika+Negative:300,400&display=swap'); */


/* Importar la fuente */

@font-face {
  font-family: 'Brandon';
  src: url('assets/fonts/BrandonText_Regular.otf') format('opentype'); /* Ruta al archivo de la fuente regular */
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'Brandon';
  src: url('assets/fonts/BrandonText_Medium.otf') format('opentype'); /* Ruta al archivo de la fuente regular */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon';
  src: url('assets/fonts/BrandonText_Bold.otf') format('opentype'); /* Ruta al archivo de la fuente regular */
  font-weight: 500;
  font-style: normal;
}