/*** ------------ fonts ------------ ***/

@font-face {
    font-family: 'hauora';
    src: url('../style/fonts/hauora/hauora-100/hauora-100.woff2') format('woff2'),
         url('../style/fonts/hauora/hauora-100/hauora-100.woff') format('woff'),
         url('../style/fonts/hauora/hauora-100/hauora-100.otf') format('opentype'),
         url('../style/fonts/hauora/hauora-100/hauora-100.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'hauora';
    src: url('../style/fonts/hauora/hauora-300/hauora-300.woff2') format('woff2'),
         url('../style/fonts/hauora/hauora-300/hauora-300.woff') format('woff'),
         url('../style/fonts/hauora/hauora-300/hauora-300.otf') format('opentype'),
         url('../style/fonts/hauora/hauora-300/hauora-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'hauora';
    src: url('../style/fonts/hauora/hauora-400/hauora-400.woff2') format('woff2'),
         url('../style/fonts/hauora/hauora-400/hauora-400.woff') format('woff'),
         url('../style/fonts/hauora/hauora-400/hauora-400.otf') format('opentype'),
         url('../style/fonts/hauora/hauora-400/hauora-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'hauora';
    src: url('../style/fonts/hauora/hauora-500/hauora-500.woff2') format('woff2'),
         url('../style/fonts/hauora/hauora-500/hauora-500.woff') format('woff'),
         url('../style/fonts/hauora/hauora-500/hauora-500.otf') format('opentype'),
         url('../style/fonts/hauora/hauora-500/hauora-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'hauora';
    src: url('../style/fonts/hauora/hauora-600/hauora-600.woff2') format('woff2'),
         url('../style/fonts/hauora/hauora-600/hauora-600.woff') format('woff'),
         url('../style/fonts/hauora/hauora-600/hauora-600.otf') format('opentype'),
         url('../style/fonts/hauora/hauora-600/hauora-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'hauora';
    src: url('../style/fonts/hauora/hauora-700/hauora-700.woff2') format('woff2'),
         url('../style/fonts/hauora/hauora-700/hauora-700.woff') format('woff'),
         url('../style/fonts/hauora/hauora-700/hauora-700.otf') format('opentype'),
         url('../style/fonts/hauora/hauora-700/hauora-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'hauora';
    src: url('../style/fonts/hauora/hauora-900/hauora-900.woff2') format('woff2'),
         url('../style/fonts/hauora/hauora-900/hauora-900.woff') format('woff'),
         url('../style/fonts/hauora/hauora-900/hauora-900.otf') format('opentype'),
         url('../style/fonts/hauora/hauora-900/hauora-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'enthalpy';
    src: url('../style/fonts/enthalpy/enthalpy-300/enthalpy-300.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

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

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

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

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

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

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

/*** ------------ end.fonts ------------ ***/