@charset "UTF-8";

/***
FONTS

KOROLEV COMP HEAVY
font-family: korolev-compressed, sans-serif;
font-weight: 900;
font-style: normal;

KOROLEV COND LIGHT
font-family: korolev-condensed, sans-serif;
font-weight: 300;
font-style: normal;

KOROLEV COND MEDIUM
font-family: korolev-condensed, sans-serif;
font-weight: 500;
font-style: normal;

COLOR
#52AE32

***/

body, html {
    margin: 0;
    padding: 0;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}