/* primary font */

  @font-face {
    font-family: 'Rigid Square';
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/Lato-Regular.ttf);
    font-display: swap;
  }
  @font-face {
    font-family: 'Rigid Square';
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/Lato-Bold.ttf);
    font-display: swap;
  }
  @font-face {
    font-family: 'Rigid Square';
    font-style: normal;
    font-weight: 900;
    src: url(assets/fonts/Lato-Black.ttf);
    font-display: swap;
  }
  