/*

Theme Name: Proland
Theme URI:  http://ninetheme.com/themes/proland
Author: Ninetheme
Author URI: http://ninetheme.com/
Description: Our Proland theme is clean, blog-focused, and designed for clarity. Proland's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.8.7
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar,custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
Text Domain: proland
Domain Path: /languages

*/

@font-face {
  font-family: "Raleway";
  src: url(./fonts/Raleway-VariableFont_wght.ttf) format("truetype");
}

/*Workaround to use another font for just numbers
  https://css-tricks.com/almanac/properties/u/unicode-range/*/
/*@font-face {
  font-family: "Raleway";
  src: local(system-ui), local(-apple-system), local(Roboto), local("Segoe UI"), local("Helvetica Neue"), local(Arial), local(Noto Sans), local(Liberation Sans), local(sans-serif);
  unicode-range: U+0030-0039;
}
*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?5k90lo');
  src:  url('fonts/icomoon.eot?5k90lo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5k90lo') format('truetype'),
    url('fonts/icomoon.woff?5k90lo') format('woff'),
    url('fonts/icomoon.svg?5k90lo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tag:before {
  content: "\e900";
}
.icon-layers:before {
  content: "\e901";
}
.icon-lock:before {
  content: "\e902";
}
.icon-lightning:before {
  content: "\e903";
}
.icon-wifi:before {
  content: "\e904";
}
.icon-settings:before {
  content: "\e905";
}
