@font-face {
    font-family: 'proxima';
    src: url("https://cdn.kano.me/fonts/proxima_soft_regular.woff2");
    src: url("https://cdn.kano.me/fonts/proxima_soft_regular.woff") format("woff"),
        url("https://cdn.kano.me/fonts/proxima_soft_regular.ttf") format("truetype"),
}

@font-face {
    font-family: 'proxima';
    font-weight: 500;
    src: url("https://cdn.kano.me/fonts/proxima_soft_semibold.woff2");
    src: url("https://cdn.kano.me/fonts/proxima_soft_semibold.woff") format("woff"),
        url("https://cdn.kano.me/fonts/proxima_soft_semibold.ttf") format("truetype"),
}

@font-face {
    font-family: 'proxima';
    font-weight: 600;
    src: url("https://cdn.kano.me/fonts/proxima_soft_bold.woff2");
    src: url("https://cdn.kano.me/fonts/proxima_soft_bold.woff") format("woff"),
        url("https://cdn.kano.me/fonts/proxima_soft_bold.ttf") format("truetype"),
}

html, body {
    margin: 0;
    user-select: none;
    width: 100%;
    height: 100%;
}

kwc-auth-example {
    width: 100%;
    height: 100%;
}
