.telegraph-font-inter {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.telegraph-content.telegraph-font-inter {
    font-size: 17px;
    line-height: 1.58;
    letter-spacing: -0.011em;
}

.telegraph-font-times {
    font-family: 'Times New Roman', Times, 'Liberation Serif', Georgia, serif;
}

.telegraph-content.telegraph-font-times {
    font-size: 18px;
    line-height: 1.55;
}

.telegraph-content[class*="telegraph-font-"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}