/**
 * @license
 * MyFonts Webfont Build ID 4122889, 2021-07-08T16:46:16-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Altone-Regular by Eko Bimantara
 * URL: https://www.myfonts.com/fonts/eko-bimantara/altone/regular/
 * Copyright: Copyright (c) 2021 by Eko Bimantara. All rights reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/

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

@font-face {
  font-family: "Altone-Regular";
  src: url("font.woff2") format("woff2"), url("font.woff") format("woff");
}

/* GOOGLE Fonts */
/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fira-sans-v11-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fira-sans-v11-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-300 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url("fira-sans-v11-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("fira-sans-v11-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fira-sans-v11-latin-300.woff")
      format("woff"); /* Modern Browsers */
}
/* fira-sans-500 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("fira-sans-v11-latin-500.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url("fira-sans-v11-latin-500.woff")
      format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
