/* Shared brand typefaces. RC is the CSS alias for Roboto Condensed. */
@font-face{font-family:Roboto;src:url('../assets/body.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Roboto;src:url('../assets/body-medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Roboto;src:url('../assets/product-body-bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:RC;src:url('../assets/condensed.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:RC;src:url('../assets/product-heading-medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:RC;src:url('../assets/product-heading-semibold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:RC;src:url('../assets/product-heading-bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
body{font-family:var(--hc-font-body)}
h1,h2,h3,h4,h5,h6{font-family:var(--hc-font-heading);font-weight:400}
button,input,select,textarea{font-family:var(--hc-font-body)}
