/* ============================================================
   font.css - Web Font Declarations
   Source: aonetheme.com/sf-html-demo (ServiceFinder Template)
   ============================================================ */

/* Google Fonts - Lora (replaces local afta_serifthin italic) */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Roboto:wght@300;400;500;700&display=swap');

/* Custom Afta Serif font face - using system fallbacks since original font files
   were not available from the source server. Lora italic serves as the visual equivalent. */
@font-face {
    font-family: 'afta_serifitalic';
    font-style: italic;
    font-weight: normal;
    src: local('Lora Italic'),
         local('Georgia Italic'),
         local('Times New Roman Italic');
}

@font-face {
    font-family: 'afta_serifthin';
    font-style: normal;
    font-weight: normal;
    src: local('Lora'),
         local('Georgia'),
         local('Times New Roman');
}
