@font-face {
  font-family: 'Scotia';
  src: url('../fonts/scotia/Scotia_W_Rg.woff2') format('woff2'),
       url('../fonts/scotia/Scotia_W_Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Scotia Bold';
  src: url('../fonts/scotia/Scotia_W_Bd.woff2') format('woff2'),
       url('../fonts/scotia/Scotia_W_Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

  
  /* Aplicar la fuente a todo el proyecto */
  * {
    font-family: 'Scotia', sans-serif !important;
  }
  