/* fonts.css */

/* Muli Fonts */
@font-face {
    font-family: 'Muli-SemiBoldItalic';
    src: url('Muli-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('Muli-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('Muli-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-LightItalic';
    src: url('Muli-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Muli-Light';
    src: url('Muli-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Italic';
    src: url('Muli-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Muli-ExtraLightItalic';
    src: url('Muli-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Muli-ExtraLight';
    src: url('Muli-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-ExtraBoldItalic';
    src: url('Muli-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Muli-ExtraBold';
    src: url('Muli-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-BoldItalic';
    src: url('Muli-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('Muli-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-BlackItalic';
    src: url('Muli-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Muli-Black';
    src: url('Muli-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Butler Fonts */
@font-face {
    font-family: 'Butler-UltraLight';
    src: url('Butler-Ultra-Light-14.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler-Regular';
    src: url('Butler-Regular-13.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Butler-Medium';
    src: url('Butler-Medium-12.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler-Light';
    src: url('Butler-Light-11.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler-ExtraBold';
    src: url('Butler-ExtraBold-10.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Butler-Bold';
    src: url('Butler-Bold-9.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Butler-Black';
    src: url('Butler-Black-8.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Butler Stencil Fonts */
@font-face {
    font-family: 'ButlerStencil-ExtraBold';
    src: url('Butler-ExtraBold-Stencil-7.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'ButlerStencil-Bold';
    src: url('Butler-Bold-Stencil-6.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ButlerStencil-Black';
    src: url('Butler-Black-Stencil-5.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ButlerStencil-UltraLight';
    src: url('Butler-Ultra-Light-Stencil-4.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'ButlerStencil-Regular';
    src: url('Butler-Regular-Stencil-3.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ButlerStencil-Medium';
    src: url('Butler-Medium-Stencil-2.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ButlerStencil-Light';
    src: url('Butler-Light-Stencil-1.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}