﻿@font-face {
    font-family: 'Roboto Condensed';
    src: url('/assets/fonts2/RobotoCondensed-Regular.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block; /* важно — блокира докато не се зареди, премахва примигването */
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/assets/fonts2/RobotoCondensed-Bold.ttf') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

* {
  font-family: 'Roboto Condensed';  
}