@font-face {
  font-family: "AmaticSC-Regular";
  src: url("../fonts/amatic-sc/AmaticSC-Regular.ttf");
  font-weight: normal;
    font-style: normal;
}

.amaticsc-regular {
    display: inline-block;
    font: AmaticSC-Regular;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

@font-face {
  font-family: "AmaticSC-Bold";
  src: url("../fonts/amatic-sc/AmaticSC-Bold.ttf");
  font-weight: normal;
    font-style: normal;
}

.amaticsc-bold {
    display: inline-block;
    font: AmaticSC-Bold;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}