/* Google Hebbo font from https://fontlibrary.org/face/heebo */
@font-face {
    font-family: 'HeeboBlack';
        src: url('../fonts/HeeboBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'HeeboBold';
        src: url('../fonts/HeeboBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
      }

@font-face {
    font-family: 'HeeboExtraBold';
        src: url('../fonts/HeeboExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'HeeboLight';
        src: url('../fonts/HeeboLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'HeeboMedium';
        src: url('../fonts/HeeboMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'HeeboRegular';
        src: url('../fonts/HeeboRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'HeeboThin';
        src: url('../fonts/HeeboThin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

 /* The following rules are deprecated. */ 

@font-face {
    font-family: 'Heebo';
        src: url('../fonts/HeeboBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }



@font-face {
    font-family: 'Heebo';
        src: url('../fonts/HeeboBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
      }



@font-face {
    font-family: 'Heebo';
        src: url('../fonts/HeeboExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }



@font-face {
    font-family: 'Heebo';
        src: url('../fonts/HeeboLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }



@font-face {
    font-family: 'Heebo';
        src: url('../fonts/HeeboMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }



@font-face {
    font-family: 'Heebo';
        src: url('../fonts/HeeboRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }



@font-face {
    font-family: 'Heebo';
        src: url('../fonts/HeeboThin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }
