@charset "UTF-8";

/**************************************************
***MENU
* 1. Fonts
* 2. Properties
* 3. Basic Default
* 4. Responsive
**************************************************/


/*** 1. Fonts ***/
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');


/*** 2. Properties ***/
:root {
   --primary-color: #004f94;
   --second-color: #e16400;
   --third-color: #ffe47d;
   --hb-green: #2d694c;
   --black-color: #1c1c1c;
   --gray-color: #626468;
   --silver-color: #e2e4e6;

   --primary-font: 'Oxygen', sans-serif;
   --primary-font-normal: 400;
   --primary-font-medium: 400;
   --primary-font-bold: 700;

   --second-font: 'Ubuntu', sans-serif;
   --second-font-normal: 400;
   --second-font-medium: 500;
   --second-font-bold: 700;

}
