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

@font-face {
    font-family: 'TH Recoleta';
    src: url('../fonts/recoleta-regular.woff2') format('woff2'), url('../fonts/recoleta-regular.woff') format('woff');
}
@font-face {
    font-family: 'TH Alkes';
    src: url('../fonts/alkes-regular.woff2') format('woff2'), url('../fonts/alkes-regular.woff') format('woff');
}
@font-face {
    font-family: 'TH Alkes Bold';
    src: url('../fonts/alkes-bold.woff2') format('woff2'), url('../fonts/alkes-bold.woff') format('woff');
}