/* Фирменный шрифт КрасГМУ — Stem (как на abiturient.krasgmu.ru и foreign.krasgmu.ru) */

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-SemiLight.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-Regular.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Stem';
    src: url('/fonts/Stem-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

/* Старые имена семейств проброшены на Stem, чтобы все
   существующие правила (font-family: 'GolosText' / 'centurygothic')
   автоматически использовали новый фирменный шрифт. */

@font-face {
    font-family: 'GolosText';
    src: url('/fonts/Stem-SemiLight.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'GolosText';
    src: url('/fonts/Stem-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GolosText';
    src: url('/fonts/Stem-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'centurygothic';
    src: url('/fonts/Stem-Medium.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
