@charset "utf-8";

/* Veleka (Serif) */
@font-face {
	font-family: 'Veleka';
	src: url('/fonts/veleka-regular-webfont.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'FreeSerif';
    src: url('/fonts/freeserif-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Sans */
@font-face {
	font-family: 'FreeSans';
	src: url('/fonts/freesans-webfont.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

/* Mono */
@font-face {
	font-family: 'FreeMono';
	src: url('/fonts/freemono-webfont.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'BukyvedeRegular';
    src: url('/fonts/bukyvede-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Generic font styles */
body {
    font-family: BukyvedeRegular, FreeSans, sans-serif;
}

header.mui-appbar .mui--text-title, footer.mui-appbar, #sidedrawer {
    font-family: BukyvedeRegular;
    font-weight: bolder;
}

main, main section, article {
    font-family: Veleka, FreeSerif, BukyvedeRegular, serif;
}

.блъгарьскъ {
    font-family: BukyvedeRegular;
    font-weight: bold;
}