/**
 * KIAN Typography Styles
 * Global typography definitions for all KIAN widgets
 * 
 * Typography Specifications:
 * - TITLES: Delmon Delicate Font, All caps, Two-tone, Kerning 50 (letter-spacing: 0.05em)
 * - MAIN SUBTITLES: GeoSansLight, All caps, Kerning 100 (letter-spacing: 0.1em)
 * - SMALL SUBTITLES: GeoSansLight, All caps, Kerning 200 (letter-spacing: 0.2em)
 * - PARAGRAPHS: GeoSansLight, Kerning 100 (letter-spacing: 0.1em)
 */

/* Font Family Definitions */
@font-face {
    font-family: 'Delmon Delicate Font';
    src: url('../fonts/Delmon Delicate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeoSansLight';
    src: url('../fonts/geo_sans_light/GeosansLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GeoSansLight';
    src: url('../fonts/geo_sans_light/GeosansLight-Oblique.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body a  {
    font-family: 'GeosansLight', serif;
    font-weight: 700;
}

