/*
Theme Name: Darzoviuseklos
Text Domain: darzoviuseklos
Version: 1.3
Requires at least: 4.7
Requires PHP: 5.2.4
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Jauna Reklama
Author URI:
Theme URI: 
*/

/*
font-family: 'Poppins', sans-serif;
font-family: 'Work Sans', sans-serif;
*/
/* Poppins */
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-ExtraBold.woff2") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Bold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Light.woff2") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Thin.woff2") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-ExtraLight.woff2") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* Nunito */
@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/Nunito-ExtraBold.woff2") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/Nunito-Bold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/Nunito-SemiBold.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/Nunito-Medium.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/Nunito-Regular.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/Nunito-Light.woff2") format("truetype");
  font-weight: 300;
  font-style: normal;
}
:root {
  --main-font: "Poppins", serif;
  --second-font: "Nunito", serif;
  --color-00875A: #00875a;
  --color-008624: #008624;
  --color-0B511E: #0b511e;
  --color-FFD902: #ffd902;
  --color-EF7666: #ef7666;
  --color-303030: #303030;
  --color-474747: #474747;
  --color-DFDFDF: #DFDFDF;
  --color-A1A1A1: #A1A1A1;
  --color-EFF2EC: #EFF2EC;
  --color-F8F5F4: #F8F5F4;
  --color-000000: #000000;
  --color-303030: #303030;
  --color-ffffff: #ffffff;

  --radius36: 36px;
  --transition: all 0.3s ease-in-out;
  --icons: "FontAwesome";
}
