@font-face {
    font-family: 'Waltograph';
    src: url('/fonts/waltograph.ttf') format('truetype');
}

@font-face {
    font-family: 'MickeyMouseFont';
    src: url('/fonts/MickeyFont.otf') format('opentype');
}


@font-face {
    font-family: 'MickeyImgs';
    src: url('/fonts/MickeyMouseImgs.ttf') format('truetype');
}

.waltograph-regular {
    font-family: "Waltograph", serif;
    font-weight: normal;
    font-style: normal;
}

.mickeymousefont-regular {
    font-family: "MickeyMouseFont";
    font-weight: normal;
    font-style: normal;
}

.mickeymouseimgs {
    font-family: "MickeyImgs";
    font-weight: normal;
    font-style: normal;
}

.tangerine-regular {
    font-family: "Tangerine", serif;
    font-weight: 400;
    font-style: normal;
}
  
.tangerine-bold {
    font-family: "Tangerine", serif;
    font-weight: 700;
    font-style: normal;
}
  

.pirata-one-regular {
    font-family: "Pirata One", serif;
    font-weight: 400;
    font-style: normal;
}
  

.dancing-script-regular {
    font-family: "Dancing Script", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.fleur-de-leah-regular {
    font-family: "Fleur De Leah", serif;
    font-weight: 400;
    font-style: normal;
  }
  