/* === Catamaran === */


/* Catamaran Normal */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Catamaran/Catamaran-Regular.ttf") format('truetype');
}


/* Catamaran SemiBold */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Catamaran/Catamaran-SemiBold.ttf') format('truetype');
}


/* Catamaran Bold */

@font-face {
    font-family: 'Catamaran';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Catamaran/Catamaran-Bold.ttf') format('truetype');
}


/* === Raleway === */


/* Raleway Regular */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Raleway/Raleway-Regular.ttf") format('truetype');
}


/* Raleway Regular Italic */

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url("fonts/Raleway/Raleway-Italic.ttf") format('truetype');
}


/* Raleway SemiBold */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Raleway/Raleway-SemiBold.ttf') format('truetype');
}


/* Raleway Bold */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Raleway/Raleway-Bold.ttf') format('truetype');
}


/* === Product Sans === */


/* Product Sans Regular */

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Product Sans/Product Sans Regular.ttf') format('truetype');
}


/* Product Sans Bold */

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Product Sans/Product Sans Bold.ttf') format('truetype');
}


/* === Plantagenet Cherokee === */

@font-face {
    font-family: 'Plantagenet Cherokee';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Plantagenet Cherokee/PlantagenetCherokee.ttf') format('truetype');
}


/* === Brice === */


/* Brice  Regular */

@font-face {
    font-family: 'Brice';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Brice/Brice-Light.ttf') format('truetype');
}


/* Brice SemiBold */

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


/* Brice Bold */

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