
    /*beaufort*/
    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-Light.ttf);
        font-weight: 400;
    }

    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-LightItalic.ttf);
        font-weight: 400;
        font-style: italic;
    }

    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-Regular.ttf);
    }

    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-Italic.ttf);
        font-style: italic;
    }

    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-Medium.ttf);
        font-weight: 700;
    }

    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-MediumItalic.ttf);
        font-weight: 700;
        font-style: italic;
    }

    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-Bold.ttf);
        font-weight: 800;
    }

    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-BoldItalic.ttf);
        font-weight: 800;
        font-style: italic;
    }

    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-Heavy.ttf);
        font-weight: 900;
    }

    @font-face {
        font-family: beaufort-pro;
        src: url(../media/fonts/BeaufortforLOL-HeavyItalic.ttf);
        font-weight: 900;
        font-style: italic;
    }