/** This file is used to define some base variables and add some minimal styling while assets are loading **/
:root {
    --font-family-sans-serif: InterVariable, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
        Cantarell, 'Helvetica Neue', sans-serif;
    --font-family-monospace: monospace;

    --doc-nav-width: 300px;
    --doc-tct-gradient: linear-gradient(to bottom, #6a4a9e, #68499c, #66479b, #644699, #624598);
    --doc-sdk-gradient: linear-gradient(to bottom, #0079c1, #2078c3, #3276c4, #4075c5, #4c73c5);
    --doc-uux-gradient: linear-gradient(to bottom, #00955e, #009463, #009368, #00926d, #009171);
    --doc-console-gradient: linear-gradient(to bottom, #055da5, #225ea8, #335eab, #415fae, #4d5fb0);
    --doc-config-gradient: linear-gradient(to bottom, #ea5fa6, #e1569e, #d84e96, #cf458e, #c63c86);
    --doc-android-gradient: linear-gradient(to bottom, #52971d, #67af24, #7bb72b, #8fbf32);
    --doc-ios-gradient: linear-gradient(to bottom, #000000, #111111, #222222, #333333);
}

body {
    --t-font-family-monospaced: var(--font-family-monospace);
    --tct-tab-container-border-color: var(--t-gray-12, #d9d9d9);

    font-family: var(--font-family-sans-serif);
    background: #b1b1b1;
    background-attachment: fixed;
    background-position:
        -560px 150px,
        0,
        0;
    background-size:
        1200px 1400px,
        auto,
        auto;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 1200 1400" xmlns="http://www.w3.org/2000/svg"><g fill="%23B1B1B1" fill-rule="evenodd"><path d="M662,11 C852.42636,11 1012.82428,139.567019 1061.1265,314.633788 C1135.81683,389.524372 1182,492.868857 1182,607 C1182,835.645886 996.645886,1021 768,1021 C577.57364,1021 417.175717,892.432981 368.873499,717.366212 C294.183174,642.475628 248,539.131143 248,425 C248,196.354114 433.354114,11 662,11 Z M768,193 C539.354114,193 354,378.354114 354,607 C354,645.219527 359.179002,682.229433 368.873499,717.366212 C443.829802,792.505856 547.485257,839 662,839 C890.645886,839 1076,653.645886 1076,425 C1076,386.780473 1070.821,349.770567 1061.1265,314.633788 C986.170198,239.494144 882.514743,193 768,193 Z" opacity=".11" transform="translate(9 18.5)"/><path d="M501.5,0 C778.470802,0 1003,224.529198 1003,501.5 C1003,519.069243 1002.09654,536.42747 1000.33353,553.530758 L1000.32291,553.523688 C1066.5496,638.518919 1106,745.402393 1106,861.5 C1106,1138.4708 881.470802,1363 604.5,1363 C327.529198,1363 103,1138.4708 103,861.5 C103,843.930757 103.903464,826.57253 105.666468,809.469242 L105.677085,809.476312 C39.4503978,724.481081 0,617.597607 0,501.5 C0,224.529198 224.529198,0 501.5,0 Z M604.5,360 C345.098441,360 131.696386,556.947291 105.666468,809.469242 L105.677085,809.476312 C197.445547,927.251817 340.626805,1003 501.5,1003 C760.901559,1003 974.303614,806.052709 1000.33353,553.530758 L1000.32291,553.523688 C908.554453,435.748183 765.373195,360 604.5,360 Z" opacity=".04" transform="translate(9 18.5)"/></g></svg>'),
        radial-gradient(circle at 18% 56%, rgba(155, 110, 17, 0.4) 0%, rgba(75, 14, 132, 0) 47%),
        linear-gradient(135deg, #592488 0%, #924d80 100%);
}

#___gatsby {
    display: none;
}
