.sub-head {
    text-decoration: underline;
    color: red;
}


@font-face {
    font-family: 'MyCustomFont';
    src: url('../assets/fonts/Roboto-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'MyCustom';
    src: url('../assets/fonts/Calistoga-Regular.ttf') format('truetype');
}

.my-font {
    font-family: 'MyCustomFont';
 
}

.my-Calistoga{
    font-family: 'MyCustom';
    font-weight: 800;
}




