/* Fonts CDM */
body{font-size:16px;}
    @font-face {
        font-family: 'GraphikLight';
        src: url('/reserve/assets/cdm-fonts/GraphikLight.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    } 
    @font-face {
        font-family: 'GraphikMedium';
        src: url('/reserve/assets/cdm-fonts/GraphikMedium.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    } 
     .graphik-light{
        font-family: 'GraphikLight' !important;
    }
    .graphik-medium {
        font-family: 'GraphikMedium' !important;
    }
    .cdm-text-blue{color: #24356f !important;}

     .section-area-description {
        font-family: 'GraphikMedium', 'Inter', sans-serif !important;
        color: #1e3a8a;
        animation: fadeIn 0.6s ease-out 1s forwards;
        font-size:16px !important;
    }