﻿
/* 
---------------------------------------------
font 
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Titillium+Web&display=swap');
/* 

---------------------------------------------
 styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: 'Titillium Web', sans-serif;
    color: #000000 !important;
    background-image: url("/assets/images/bgDiger.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center left;
    background-size: cover;
}

.title {
    font-weight: 600;
    font-size: 3vh;
    font-family: 'Libre Baskerville', serif;
    color: #EF7879 !important;
}

p {
    font-size: 1.7vh;
    padding: 0 10%;
    color: #2F5779 !important;
}

.bb {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1.5vh;
    font-weight: 600;
    margin-top: 5%;
    color: #EF797A !important;
}

    .bb span {
        font-family: Arial, Helvetica, sans-serif !important;
        color: #EF797A !important;
        font-weight: 200;
    }

    .bb a {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 1vh;
        color: #EF797A !important;
        font-weight: 400;
    }

        .bb a:hover {
            font-family: Arial, Helvetica, sans-serif !important;
            color: #EF797A !important;
            font-weight: 400;
        }

.fab {
    font-size: 2vh !important;
}
