/**
@font-face {
    font-family: 'circe-regular';
    src: url('./circle-rounded/circerounded-regular.eot');
    src: url('./circle-rounded/circerounded-regular.eot?#iefix') format('embedded-opentype'),
         url('./circle-rounded/circerounded-regular.woff2') format('woff2'),
         url('./circle-rounded/circerounded-regular.woff') format('woff'),
         url('./circle-rounded/circerounded-regular.ttf') format('truetype'),
         url('./circle-rounded/circerounded-regular.svg#circe_roundedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'circe-light';
    src: url('./circle-rounded/circerounded-lihgt.eot');
    src: url('./circle-rounded/circerounded-light.eot?#iefix') format('embedded-opentype'),
         url('./circle-rounded/circerounded-light.woff2') format('woff2'),
         url('./circle-rounded/circerounded-light.woff') format('woff'),
         url('./circle-rounded/circerounded-light.ttf') format('truetype'),
         url('./circle-rounded/circerounded-light.svg#circe_roundedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'circe-bold';
    src: url('./circle-rounded/circerounded-bold.eot');
    src: url('./circle-rounded/circerounded-bold.eot?#iefix') format('embedded-opentype'),
         url('./circle-rounded/circerounded-bold.woff2') format('woff2'),
         url('./circle-rounded/circerounded-bold.woff') format('woff'),
         url('./circle-rounded/circerounded-bold.ttf') format('truetype'),
         url('./circle-rounded/circerounded-bold.svg#circe_roundedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'circe-regular';
    src: url('./nunito/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'circe-bold';
    src: url('./nunito/Nunito-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'circe-light';
    src: url('./nunito/Nunito-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


