
/* fonts.css - Подключение локальных шрифтов */

/* Photograph Signature Regular */
@font-face {
    font-family: 'Photograph-Signature-Regular';
    src: url('../assets/fonts/Photograph-Signature.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Hamiltone Regular */
@font-face {
    font-family: 'Hamiltone';
    src: url('../assets/fonts/Hamiltone.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}