/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

<style>
  @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
</style>

body, input, select, optgroup, textarea, body .bold__feature_page p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    font-family:Roboto, sans-serif;
    color:#3c525c;
}

h1, h2, h3, h4, h5, h6 {
    font-family:Roboto, sans-serif;
}
body .bold__feature_page h1, body .bold__feature_page h2, body .bold__feature_page h3, body .bold__feature_page h4, body .bold__feature_page h5, body .bold__feature_page h6 {
    color: #001c28;
    font-family:Roboto, sans-serif;
}
h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.3;
}
h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.3;
}
h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 1.3;
}
h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 1.3;
}
h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 2px;
}