@font-face { 
    font-family: FiraSans;
    src: url("./fonts/FiraSans-ExtraLight.otf");
}
html{
    font-size: 62.5%;
    
}
body{
    font-size: 1.8rem;
    line-height: 140%;
}
.google {
    font-family: Roboto;
    font-size: 3rem;
}
.custom{ 
    font-size: 3rem;
    font-family: FiraSans;
}
div {
    background-color: #faebd7;
    color: b;
}
.typography h3{
    font-family: Ubuntu;
    font-size: 3rem;
}
.typography p{
    font-family: Lora;
}
a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-family: Roboto;
 }
a:hover{
    color: white;
    background-color: black;
    text-decoration: underline;
 }
a:active{
    color: red;
    background-color: black;
 }
