/**
 * Base Styles
 * Reset and global styles
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.funnel-display-font {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 800;
  font-style: normal;
}


body {
    user-select: none;
    /* overflow: hidden; */
    /* font-family: 'LMRoman10', 'Latin Modern Roman', Georgia, serif; */
    font-family: "Funnel Display", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

a:link, a:visited {
  text-decoration: none;
}