/* DEFAULT */
@font-face {
    font-family: default-font;
    src: url(../fonts/Raleway-Medium.woff);
    font-weight: 400;
}
@font-face {
    font-family: default-font;
    src: url(../fonts/Raleway-MediumItalic.woff);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: default-font;
    src: url(../fonts/Raleway-SemiBold.woff);
    font-weight: 600;
}
@font-face {
    font-family: default-font;
    src: url(../fonts/Raleway-SemiBoldItalic.woff);
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: default-font;
    src: url(../fonts/Raleway-Bold.woff);
    font-weight: 700;
}
@font-face {
    font-family: default-font;
    src: url(../fonts/Raleway-BoldItalic.woff);
    font-weight: 700;
    font-style: italic;
}

/* ICON */
@font-face {
    font-family: icon-font;
    src: url(../fonts/fa-light-300.woff);
    font-weight: 300;
}

@font-face {
    font-family: icon-font;
    src: url(../fonts/fa-regular-400.woff);
    font-weight: 400;
}

@font-face {
    font-family: icon-font;
    src: url(../fonts/fa-solid-900.woff);
    font-weight: 900;
}

/* BRANDS FONT */
@font-face {
    font-family: brands-font;
    src: url(../fonts/fa-brands-400.woff);
    font-weight: 400;
}