@font-face {
    font-family: 'heading-font';
    src: url('/static/frontend/fonts/rooftop.ttf');
}

.theme-heading-font {
    font-family: 'heading-font', 'Inter', sans-serif;
    letter-spacing: 0.08em;
}
