.app-color{

}

.app-color1 {
    background-color: #02F481;
}

.app-color2 {
    background-color: #10E2E5;
}

html {
    color: #23233F;
}

/*fonts*/
@font-face {
    font-family: cairoliCondensed;
    src: url(/fonts/CairoliNowCondensed-Regular.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: cairoliCondensedMedium;
    src: url(/fonts/CairoliNowCondensed-Medium.ttf) format('truetype');
    font-weight: normal;
}

@font-face{
    font-family: cairoliCondensedLight;
    src: url(/fonts/CairoliNowCondensed-Light.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: cairoliCondensedLightItalic;
    src: url(/fonts/CairoliNowCondensed-LightItalic.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: cairoliCondensedHeavy;
    src: url(/fonts/CairoliNowCondensed-Heavy.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: cairoliCondensedBold;
    src: url(/fonts/CairoliNowCondensed-Bold.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: cairoliCondensedBoldItalic;
    src: url(/fonts/CairoliNowCondensed-BoldItalic.ttf) format('truetype');
    font-weight: normal;
}

.cairoli-condensed {
    font-family: cairoliCondensed;
    font-weight: 400;
    font-style: normal;
}

.cairoli-condensed-medium {
    font-family: cairoliCondensedMedium;
    font-weight: 400;
    font-style: normal;
}

.cairoli-condensed-light {
    font-family: cairoliCondensedLight;
    font-weight: 400;
    font-style: normal;
}

.cairoli-condensed-light-italic {
    font-family: cairoliCondensedLightItalic;
    font-weight: 400;
    font-style: normal;
}

.cairoli-condensed-heavy {
    font-family: cairoliCondensedHeavy;
    font-weight: 400;
    font-style: normal;
}

.cairoli-condensed-bold {
    font-family: cairoliCondensedBold;
    font-weight: 400;
    font-style: normal;
}

.cairoli-condensed-bold-italic {
    font-family: cairoliCondensedBoldItalic;
    font-weight: 400;
    font-style: normal;
}

.disabled {
    opacity: 0.3;
}