@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Extralight.otf') format('truetype');;
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Light.otf') format('truetype');;
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Regular.otf') format('truetype');;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Medium.otf') format('truetype');;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Semibold.otf') format('truetype');;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Bold.otf') format('truetype');;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'icons-blank-theme';
    src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}