﻿/* Planer */
@font-face {
    font-family: Planer;
    src: url(../../fonts/Planer/The\ Northern\ Block\ Ltd\ -\ Planer-Regular.woff);
}

@font-face {
    font-family: Planer;
    src: url(../../fonts/Planer/The\ Northern\ Block\ Ltd\ -\ Planer-Bold.woff);
    font-weight: bold;
}

.font-PlanerBold {
    font-family: Planer;
    font-weight: bold;
}
/*       */


/* Bliss2 */
@font-face {
    font-family: Bliss2;
    src: url(../../fonts/Bliss2/Bliss2L.woff);
}

@font-face {
    font-family: Bliss2;
    src: url(../../fonts/Bliss2/Bliss2XB.woff);
    font-weight: 800;
}

@font-face {
    font-family: Bliss2;
    src: url(../../fonts/Bliss2/Bliss2M.woff);
    font-weight: 500;
}

@font-face {
    font-family: Bliss2;
    src: url(../../fonts/Bliss2/Bliss2L.woff);
    font-weight: 300;
}

@font-face {
    font-family: Bliss2;
    src: url(../../fonts/Bliss2/Bliss2LI.woff);
    font-weight: 300;
    font-style: italic;
}

.font-Bliss2 {
    font-family: Bliss2;
    font-weight: normal;
}

.font-Bliss2Medium {
    font-family: Bliss2;
    font-weight: 500;
}

.font-Bliss2Light {
    font-family: Bliss2;
    font-weight: 300;
}

.font-Bliss2LightItalic {
    font-family: Bliss2;
    font-weight: 300;
    font-style: italic;
}

.font-Bliss2ExtraBold {
    font-family: Bliss2;
    font-weight: 800;
}

.font-Bliss2 {
    font-family: Bliss2;
    font-weight: normal;
}
/*        */


.fontSize32 {
    font-size: 32px;
}

.fontSize24 {
    font-size: 24px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize14 {
    font-size: 14px;
}
