    :root {
      --main-font: 'Montserrat';
    }
    
    html {
        font-family:var(--main-font);
    }