@font-face {
    font-family: 'Idealist Sans';
    src: url('/fonts/idealist.eot');
    src: url('/fonts/idealist.eot?#iefix') format('embedded-opentype'),
         url('/fonts/idealist.woff2') format('woff2'),
         url('/fonts/idealist.woff') format('woff'),
         url('/fonts/idealist.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Teddy Bear';
    src: url('/fonts/teddy_bear.eot');
    src: url('/fonts/teddy_bear.eot?#iefix') format('embedded-opentype'),
         url('/fonts/teddy_bear.woff2') format('woff2'),
         url('/fonts/teddy_bear.woff') format('woff'),
         url('/fonts/teddy_bear.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}