 @font-face {
    font-family: "Plastik Rounded";
    src: url(../fonts/Plastik-Regular.woff2) format("woff2"), url(../fonts/Plastik-Regular.woff) format("woff");
 }

 @font-face {
    font-family: "Plastik Rounded";
    src: url(../fonts/Plastik-Bold.woff2) format("woff2"), url(../fonts/Plastik-Bold.woff) format("woff");
    font-weight: bold;
 }

 @font-face {
    font-family: "Plastik Rounded";
    src: url(../fonts/Plastik-Italic.woff2) format("woff2"), url(../fonts/Plastik-Italic.woff) format("woff");
    font-style: italic;
 }
