@font-face {
    font-family: "Circle Rounded"; font-display: swap;
    font-style: normal; font-weight: 100;
    src: local('CirceRounded-Thin'),
    url('CirceRounded-Thin.otf') format('opentype');
}
@font-face {
    font-family: "Circle Rounded"; font-display: swap;
    font-style: normal; font-weight: 200;
    src: local('CirceRounded-ExtraLight'),
    url('CirceRounded-ExtraLight.otf') format('opentype');
}
@font-face {
    font-family: "Circle Rounded"; font-display: swap;
    font-style: normal; font-weight: 300;
    src: local('CirceRounded-Light'),
    url('CirceRounded-Light.otf') format('opentype');
}
@font-face {
    font-family: "Circle Rounded"; font-display: swap;
    font-style: normal; font-weight: 400;
    src: local('CirceRounded-Regular'),
    url('CirceRounded-Regular.otf') format('opentype');
}
@font-face {
    font-family: "Circle Rounded"; font-display: swap;
    font-style: normal; font-weight: 700;
    src: local('CirceRounded-Bold'),
    url('CirceRounded-Bold.otf') format('opentype');
}
@font-face {
    font-family: "Circle Rounded"; font-display: swap;
    font-style: normal; font-weight: 800;
    src: local('CirceRounded-ExtraBold'),
    url('CirceRounded-ExtraBold.otf') format('opentype');
}