/* ---------------------------- */
/*  FONTS                       */
/* ---------------------------- */

/* Merienda One - regular */
@font-face {
    font-family: 'Merienda';
    src:    url('../fonts/MeriendaOne-Regular.woff2') format('woff2'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 400;
}

/* Noto sans - regular */
@font-face {
    font-family: 'Noto Sans';
    src:    url('../fonts/noto-sans-regular.woff2') format('woff2'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 400;
}

/* Noto sans - bold */
@font-face {
    font-family: 'Noto Sans';
    src:    url('../fonts/noto-sans-bold.woff2') format('woff2'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 700;
}


/* Roboto - regular */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/* Roboto - medium bold */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}


/* Roboto - bold */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
