/* Custom Styles */
@font-face {
font-family: mycustomfont;
src: url(mycustomfont.woff2) format('woff2');
}

h6 {
font-family: mycustomfont;
}
