/* SafeLynk smartwatch & locket landing pages — only weights used on-page */
@font-face {
    font-family: 'Tele Neo Bold';
    src: url('../../assets/font/Tele%20Neo%20Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tele Neo Office Extrabold';
    src: url('../../assets/font/Tele%20Neo%20Office%20Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* Alias used in page CSS — same file as Office Extrabold */
@font-face {
    font-family: 'Tele Neo Extrabold';
    src: url('../../assets/font/Tele%20Neo%20Office%20Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
