
/* Akko Rounded Pro Font Family */
@font-face {
    font-family: 'Akko Rounded Pro';
    src: url('/fonts/AkkoRoundedPro-Light.woff2') format('woff2'),
    url('/fonts/AkkoRoundedPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Rounded Pro';
    src: url('/fonts/AkkoRoundedPro-LightItalic.woff2') format('woff2'),
    url('/fonts/AkkoRoundedPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Rounded Pro';
    src: url('/fonts/AkkoRoundedPro-Regular.woff2') format('woff2'),
    url('/fonts/AkkoRoundedPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Rounded Pro';
    src: url('/fonts/AkkoRoundedPro-Italic.woff2') format('woff2'),
    url('/fonts/AkkoRoundedPro-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akko Rounded Pro';
    src: url('/fonts/AkkoRoundedPro-Medium.woff2') format('woff2'),
    url('/fonts/AkkoRoundedPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Apply font to the page */
body,
html {
    font-family: 'Akko Rounded Pro', sans-serif !important;
}

/* Ensure all text elements use the font */
h1, h2, h3, h4, h5, h6,
p, span, div, a, label, input, button, textarea, select {
    font-family: 'Akko Rounded Pro', sans-serif !important;
}
