/* ================================
   Heineken Global Font Definition
   ================================ */

@font-face {
  font-family: 'HeinekenCore';
  src: url('/heineken-core.woff2') format('woff2'),
       url('/heineken-core.woff') format('woff'),
       url('/heineken-core.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ================================
   Global Override (Root + Child)
   ================================ */

html, body {
  font-family: 'HeinekenCore', Arial, sans-serif !important;
}

body * {
  font-family: 'HeinekenCore', Arial, sans-serif !important;
}