/* Radikal Font Family - Web Font Declarations */

@font-face {
    font-family: 'Radikal';
    src: url('./Radikal.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('./Radikal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Font fallback stack for better loading */
.radikal-font {
    font-family: 'Radikal', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.radikal-regular {
    font-family: 'Radikal', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    font-weight: 400;
}

.radikal-bold {
    font-family: 'Radikal', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    font-weight: 700;
}