@font-face {
    font-family: Averta-Light;
    src: url(/static/v2/fonts/Averta/Averta-Light.otf);
}
@font-face {
    font-family: Averta-Thin;
    src: url(/static/v2/fonts/Averta/Averta-Thin.otf);
}
@font-face {
    font-family: Averta-Regular;
    src: url(/static/v2/fonts/Averta/Averta-Regular.otf);
}
@font-face {
    font-family: Averta-BoldItalic;
    src: url(/static/v2/fonts/Averta/Averta-BoldItalic.otf);
}
body{ background-size: cover; resize: both; }
body,html{font-size: 16px;}
body.romance { background-image: url(/static/v2/img/main.jpg); }
body.personality {background-image: url(/static/v2/img/personality.jpg); }
.navbar-default{border: none}
.navbar-brand{padding: 0}
#choose-lang-form{margin: 0}

.text-xs {
    font-size: 0.65rem; /* 10px */
}

.text-sm {
    font-size: 0.75rem; /* 12px */
}

.text-md {
    font-size: 0.88rem; /* 14px */
}

.text-lg {
    font-size: 1rem; /* 16px */
}
.text-xl {
    font-size: 1.125rem; /* 18px */
}
.text-xxl {
    font-size: 1.5rem; /* 24px */
}