@font-face {
    font-family: 'DrukWide Bold';
    src: url('../fonts/DrukWide-Bold-Trial.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DrukWide Bold Italic';
    src: url('../fonts/DrukWide-BoldItalic-Trial.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DrukWide Heavy';
    src: url('../fonts/DrukWide-Heavy-Trial.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DrukWide Heavy Italic';
    src: url('../fonts/DrukWide-HeavyItalic-Trial.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'DrukWide Medium';
    src: url('../fonts/DrukWide-Medium-Trial.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DrukWide Medium Italic';
    src: url('../fonts/DrukWide-MediumItalic-Trial.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DrukWide Super';
    src: url('../fonts/DrukWide-Super-Trial.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'DrukWide Super Italic';
    src: url('../fonts/DrukWide-SuperItalic-Trial.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}
