/*
 * Google Fonts – Roboto
 * Replaced from Adobe Typekit 
 */

/* Import Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Define Roboto font-face (optional – Google Fonts đã xử lý sẵn) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* Replace old class */
.tk-niveau-grotesk {
    font-family: 'Roboto', sans-serif;
}

/* Apply globally (khuyến nghị) */
body {
    font-family: 'Roboto', sans-serif;
}
