/* Akko W1G - Regular */
@font-face {
    font-display: swap;
    font-family: "Akko W1G";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/akkow1g.ttf');
}

/* Akko Rounded W01 - Regular */
@font-face {
    font-display: swap;
    font-family: "Akko Rounded W01";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/akkorw01r.ttf');
}

/* Akko Rounded W01 - Bold */
@font-face {
    font-display: swap;
    font-family: "Akko Rounded W01";
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/akkorw01b.ttf');
}

/* Akko W01 - Bold */
@font-face {
    font-display: swap;
    font-family: "Akko W01";
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/akkow01b.ttf');
}

body[data-elementor-device-mode] {
    --e-global-typography-primary-font-family: "Akko W01", sans-serif;
    --e-global-typography-secondary-font-family: "Akko W01", sans-serif;
    --e-global-typography-text-font-family: "Akko W1G", sans-serif;
    --e-global-typography-accent-font-family: "Akko Rounded W01", sans-serif;
}