/* Protofo fuera de style.css para no encadenar fuente tras el CSS crítico */
@font-face {
  font-family: 'Protofo';
  src: url('../assets/protofo.regular.woff2') format('woff2'),
       url('../assets/protofo.regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
