@font-face{
  font-family: "Mattone";
  src: url("fonts/mattone/Mattone-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

@font-face {
    font-family: 'Crake Test';
    src: url('fonts/crakefont/Crake-Bold.woff') format('woff2'),
        url('Crake-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('Teko-Regular.woff2') format('woff2'),
        url('fonts/TEKO/Teko-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}