@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/**
 * SF Georgian Rounded: unicode-range = Georgian only (Mkhedruli, Mtavruli, supplement).
 * Nunito (Google Fonts): Latin / English UI — replaces SF Pro Rounded.
 * Load before index.css / lesson.css. Georgian font file: /public/font/.
 */

@font-face {
    font-family: 'SF Georgian Rounded';
    src: url('/font/SF-Georgian-Rounded.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+10A0-10FF, U+1C90-1CBF, U+2D00-2D2F;
}
