:root{
    --blanco: #FBF6F5;
    --negro: #15100F;
    --rosa: #D7A49A;
    --verde: #B7BAA7;
    --amarillo: #E4C986;
    
    font-size: 12px;
}

@font-face {
    font-family: "FleurDeLeah";
    src: url(../Recursos/FleurDeLeah-Regular.ttf);
}

@font-face {
    font-family: "FrankRuhlLibre";
    src: url(../Recursos/FrankRuhlLibre.ttf);
}

h1,h2,h3,h4,h5{
    font-family: "FleurDeLeah";
    color:var(--negro);
}

h1{
    font-size: 5.5rem;
    line-height: 35px;
}

h2{
    font-size: 3.2rem;
}

h3{
    font-size:3rem;
}

h4{
    font-size:2rem;
}

label{
    font-family: "FrankRuhlLibre";
    color:var(--negro);
    font-size: 1.8rem;
    font-weight: bold;
}

p{
    color: var(--negro);
    font-family: "FrankRuhlLibre";
    font-size: 1.5rem;
    line-height: 22px;
}

a{
    font-family: "FrankRuhlLibre";
    font-size: 1.5rem;
    font-weight: bold;
    color:var(--negro);
    text-decoration: none;
}

li{
    font-family: "FrankRuhlLibre";
    font-size: 1.5rem;
    font-weight: bold;
    color:var(--blanco);
}

b{
    font-weight: bold;
}

.negro {
    color: var(--negro);
}

.rosa {
    color: var(--rosa);
}

.verde {
    color: var(--verde);
}

.amarillo{
    color: var(--amarillo);
}

