/*
Theme Name: Hinx
Theme URI: https://kbrand.it
Author: Kbarand
Author URI: http://wordpress.org/
Description: The Hinx theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/***************************
 * 
 * INDEX
 * 
 * 1 - Fonts
 * 2 - Buttons
 * 3 - Home

***************************/

/***************************
 * 1 - Fonts
***************************/

h1,h2,h3,h4,h5,h6,p
{
	font-family: 'Roboto', sans-serif;
    color: #717272!important;
} 


.color-lite{
   color:#F9F9F9!important; 
}

.color-lgreen{
    color: #26D0CE!important;
}

.color-blgrey{
    background-color:#F5F5F5!important ;
}

.w300{
    font-family: 'Roboto', sans-serif;
    font-weight: 200!important;
    font-size: 6rem!important;
}

.w400{
    font-family: 'Roboto', sans-serif;
    font-weight: 400!important;
}


h1.rubik{
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

h6.rubik{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

/***************************
 * 2 - Buttons
***************************/
a.btn.rubik{
    margin-top: 2rem!important;
    border-radius: 50px!important;
    padding:  0 2rem 0 2rem !important; 
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

#home{
    background-color: #26D0CE;
}

