@font-face {
    font-family: Canoodle;
    src: url(fonts/Hanoded-CanoodleRegular.otf) format("opentype");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: Barlow;
    src: url(fonts/Barlow-Bold.woff2) format("woff2"), url(fonts/Barlow-Bold.woff) format("woff"), url(fonts/Barlow-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style:normal
}

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

@font-face {
    font-family: Barlow;
    src: url(fonts/Barlow-SemiBold.woff2) format("woff2"), url(fonts/Barlow-SemiBold.woff) format("woff"), url(fonts/Barlow-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style:normal
}