@font-face {
    font-family: 'PUBG';
    src: url('../fonts/pubg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Заголовки */
h1, h2, h3, h4, h5, h6 {
    font-family: 'PUBG', Arial, sans-serif;
    font-weight: bold;
}