/**
 * Telefusion Corporate Identity - Font Definitions
 * Font: Allumi Std (Light, Regular, Bold)
 */

@font-face {
    font-family: 'Allumi Std';
    src: url('../fonts/allumi/AllumiStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Allumi Std';
    src: url('../fonts/allumi/AllumiStd-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Allumi Std';
    src: url('../fonts/allumi/AllumiStd-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
