/* 
 * Custom Fonts
 * Font-face declarations for self-hosted fonts
 */

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

/* Utility class for Altheria font */
.altheria-font {
    font-family: 'Altheria', sans-serif;
    font-weight: 300;
}

/* Utility class for smaller font size */
.smaller-font {
    font-size: 1.7rem; /* Увеличиваю размер шрифта на 0.2rem */
}
