@charset "UTF-8";
/** Font Larken-Bold **/
@font-face {
  font-family: 'Larken-Bold';
    src: url('Larken Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/** Font Larke Neue **/
@font-face {
  font-family: 'Larke Neue';
    src: url('Larke Neue Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}