@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500&display=swap');

/* Everett Light — the real MMM brand face. Archivo remains the fallback. */
@font-face{
  font-family:'Everett';
  src:url('Everett-Light.woff2') format('woff2'),
      url('Everett-Light.woff') format('woff');
  font-weight:300 500;
  font-style:normal;
  font-display:swap;
}
