/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* Apply to whole website */
html, body * { font-family: 'Smooch Sans', sans-serif !important;
  font-weight: 400;
  font-style: normal;
 }

