/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2d9cd4");

@font-face {
  font-family: 'CamingoCode';
  src: url('/assets/fonts/camingocode/2D9CD4_0_0.eot');
  src: url('/assets/fonts/camingocode/2D9CD4_0_0.eot?#iefix') format('embedded-opentype'),
  url('/assets/fonts/camingocode/2D9CD4_0_0.woff2') format('woff2'),
  url('/assets/fonts/camingocode/2D9CD4_0_0.woff') format('woff'),
  url('/assets/fonts/camingocode/2D9CD4_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Calendas Plus';
    src: url('/assets/fonts/calendas/Calendas_Plus_Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calendas Plus';
    src: url('/assets/fonts/calendas/Calendas_Plus_Italic.otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calendas Plus';
    src: url('/assets/fonts/calendas/Calendas_Plus.otf');
    font-weight: normal;
    font-style: normal;
}
