/* =========================================================
   METABLOX SUPERLIVE
   GLOBAL TYPOGRAPHY
   Version 1.2.1

   Principal: Readex Pro

   Excecoes intencionais:
   - Permanent Marker
   - monospace
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');

:root{
  --superlive-font:
    "Readex Pro",
    Arial,
    Helvetica,
    sans-serif;
}

html,
body,
button,
input,
textarea,
select{
  font-family:var(--superlive-font);
}
