@import url('https://fonts.googleapis.com/css2?family=Mouse+Memoirs&display=swap');

@font-face {
    font-family: 'Rootty';
    src: url('RoottyRegular.eot');
    src: local('Rootty'), local('RoottyRegular'),
        url('RoottyRegular.eot?#iefix') format('embedded-opentype'),
        url('RoottyRegular.woff2') format('woff2'),
        url('RoottyRegular.woff') format('woff'),
        url('RoottyRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.mouse-memoirs-regular {
  font-family: "Mouse Memoirs", sans-serif;
  font-weight: 400;
  font-style: normal;
}