@font-face {
    font-family: 'AmaranthRegular';
    src: url('../fonts/AmaranthRegular.eot');
    src: url('../fonts/AmaranthRegular.eot') format('embedded-opentype'),
         url('../fonts/AmaranthRegular.woff2') format('woff2'),
         url('../fonts/AmaranthRegular.woff') format('woff'),
         url('../fonts/AmaranthRegular.ttf') format('truetype'),
         url('../fonts/AmaranthRegular.svg#AmaranthRegular') format('svg');
}
@font-face {
    font-family: 'AmaranthBold';
    src: url('../fonts/AmaranthBold.eot');
    src: url('../fonts/AmaranthBold.eot') format('embedded-opentype'),
         url('../fonts/AmaranthBold.woff2') format('woff2'),
         url('../fonts/AmaranthBold.woff') format('woff'),
         url('../fonts/AmaranthBold.ttf') format('truetype'),
         url('../fonts/AmaranthBold.svg#AmaranthBold') format('svg');
}
body {
    font-family: 'AmaranthRegular', sans-serif;
    font-size: 1.1em;
}
.name.dynamicTextColor {
    font-family: 'AmaranthBold', sans-serif;
    font-size: 2em;
}
.fab span {
    text-transform: inherit;
}
.vcard-template.style2 .vcard-header .title {
    font-size: 15px;
    max-width: 180px;
}
.intro {
    padding: 0 65px 0 0px;
    text-align: justify;
    font-size: 0.8em;
}