@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra-trial/Effra_Trial_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra-trial/Effra_Trial_Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra-trial/Effra_Trial_Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('/fonts/effra-trial/Effra_Trial_Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Apply the font globally for the panel elements that might not inherit it automatically */
:root {
    --font-family: 'Effra', sans-serif;
}
