@import url(https://db.onlinewebfonts.com/c/00d5a78493aed4b11e2584ad7cceee49?family=Gilroy-ExtraBold);
@import url(https://db.onlinewebfonts.com/c/040a78b437acd0433612f92e61d04a1b?family=Gilroy-Medium);
@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.eot");
    src: url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/00d5a78493aed4b11e2584ad7cceee49.svg#Gilroy-ExtraBold")format("svg");
}
@font-face {
    font-family: "Gilroy-Medium";
    src: url("https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.eot");
    src: url("https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/040a78b437acd0433612f92e61d04a1b.svg#Gilroy-Medium")format("svg");
}
/* SKIN */
:root {
    --primary-color: #25D865;
    --primary-color-light1: #E81F32;
    --secondary-color:#980309;
    --primary-color-light:rgba(0,109,180,0.75);
    --primary-color-dark:#023556;
    --white-color: #fff;
    --dark-light:rgba(0,0,0,0.45);
    --color-border:#dadada;
    --primary-font:  "Gilroy-ExtraBold";
    --secondary-font: "Gilroy-Medium";
    --font-html:16px;
    --font-body:16px;
}
html{
    font-size:var(--font-html);
}
body, p{
    font-family: var(--secondary-font);
    font-size:var(--font-body);
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
    font-family: var(--primary-font);
}
.primary-color{
    color: var( --primary-color)!important;
}
.bg-primary{
    background-color: var( --primary-color)!important;
}
.primary-light{
    color: var(--primary-color-light)!important;
}
.primary-dark{
    color: var(--primary-color-dark)!important;
}
.secondary-color{
    color: var(--secondary-color)!important;
}
.third-color{
    color: var(--third-color)!important;
}
.fourth-color{
    color: var(--fourth-color)!important;
}