@font-face {
    font-family: 'HK Guise';
    src: url('HK\ Guise\ Light.otf') format('opentype');
    font-style: normal;
    font-weight: lighter;
}

@font-face {
    font-family: 'HK Guise';
    src: url('HK\ Guise\ Bold.otf') format('opentype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Humane';
    src: url('Humane-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

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

@font-face {
    font-family: 'Rockstar';
    src: url('Rockstar-ExtraBold.otf') format('opentype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
}

.guise-light {
    font-family: 'HK Guise', 'Albert Sans', sans-serif !important;
    font-weight: lighter !important;
}

.guise-bold {
    font-family: 'HK Guise', 'Albert Sans', sans-serif !important;
    font-weight: bold !important;
}

.humane-normal {
    font-family: 'Humane', 'Albert Sans', sans-serif !important;
    font-weight: normal !important;
}

.humane-bold {
    font-family: 'Humane', 'Albert Sans', sans-serif !important;
    font-weight: normal !important;
}

.rockstar-bold {
    font-family: 'Rockstar', 'Albert Sans', sans-serif !important;
    font-weight: normal !important;
}

.montserrat-normal {
    font-family: 'Montserrat', 'Albert Sans', sans-serif !important;
    font-weight: normal !important;
}

.montserrat-semibold {
    font-family: 'Montserrat', 'Albert Sans', sans-serif !important;
    font-weight: 700 !important;
}

.montserrat-bold {
    font-family: 'Montserrat', 'Albert Sans', sans-serif !important;
    font-weight: 800 !important;
}

.montserrat-extrabold {
    font-family: 'Montserrat', 'Albert Sans', sans-serif !important;
    font-weight: 900 !important;
}