/* Must be imported before other CSS's that use these fonts */
@font-face {
    font-family: 'MyCustomFont1'; /* The name you want to use in CSS */
    src: url('/static/fonts/AbrilFatface-Regular.ttf') format('truetype'); /* Path to the font file */
  }
  
  @font-face {
    font-family: 'MyCustomFont2'; /* The name you want to use in CSS */
    src: url('/static/fonts/Andada-Regular.ttf') format('truetype'); /* Path to the font file */
  }
  
  @font-face {
    font-family: 'MyCustomFont3'; /* The name you want to use in CSS */
    src: url('/static/fonts/Arapey-Italic.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont4'; /* The name you want to use in CSS */
    src: url('/static/fonts/Arapey-Regular.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont5'; /* The name you want to use in CSS */
    src: url('/static/fonts/Domine-Bold.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont6'; /* The name you want to use in CSS */
    src: url('/static/fonts/Domine-Regular.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont7'; /* The name you want to use in CSS */
    src: url('/static/fonts/Junicode-Bold.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont8'; /* The name you want to use in CSS */
    src: url('/static/fonts/Junicode-BoldCondensed.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont9'; /* The name you want to use in CSS */
    src: url('/static/fonts/Junicode-BoldItalic.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont10'; /* The name you want to use in CSS */
    src: url('/static/fonts/Junicode-Regular.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont11'; /* The name you want to use in CSS */
    src: url('/static/fonts/NotoSerif-Regular.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont12'; /* The name you want to use in CSS */
    src: url('/static/fonts/OXFORD__.TTF') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont13'; /* The name you want to use in CSS */
    src: url('/static/fonts/Quando-Regular.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont14'; /* The name you want to use in CSS */
    src: url('/static/fonts/TheanoDidot-Regular.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont15'; /* The name you want to use in CSS */
    src: url('/static/fonts/BebasNeue-Regular.ttf') format('truetype'); /* Path to the font file */
  }
  @font-face {
    font-family: 'MyCustomFont16'; /* The name you want to use in CSS */
    src: url('/static/fonts/BebasNeue-Regular.otf') format('truetype'); /* Path to the font file */
  }
  @font-face {
    font-family: 'MyCustomFont17'; /* The name you want to use in CSS */
    src: url('/static/fonts/Blue\ Highway\ Cd.otf') format('truetype'); /* Path to the font file */
  }
  @font-face {
    font-family: 'MyCustomFont18'; /* The name you want to use in CSS */
    src: url('/static/fonts/Blue\ Highway\ Rg.otf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont19'; /* The name you want to use in CSS */
    src: url('/static/fonts/LinLibertine_aBR.ttf') format('truetype'); /* Path to the font file */
    
  }

  @font-face {
    font-family: 'MyCustomFont20'; /* The name you want to use in CSS */
    src: url('/static/fonts/LinLibertine_aRL.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont21'; /* The name you want to use in CSS */
    src: url('/static/fonts/Junicode-RegularCondensed.ttf') format('truetype'); /* Path to the font file */
  }

  @font-face {
    font-family: 'MyCustomFont22'; /* The name you want to use in CSS */
    src: url('/static/fonts/ModernSans-Light.otf') format('truetype'); /* Path to the font file */
  }