:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:AR One Sans;src:url(https://fonts.gstatic.com/s/aronesans/v5/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWn_9DW03no5mBF4.ttf);font-display:swap}@font-face{font-family:Afacad;src:url(https://fonts.gstatic.com/s/afacad/v2/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfhXtWmA08mCgdfM.ttf);font-display:swap}@font-face{font-family:Afacad Flux;src:url(https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsUwXZaRqQsJr67E.ttf);font-display:swap}@font-face{font-family:Agbalumo;src:url(https://fonts.gstatic.com/s/agbalumo/v5/55xvey5uMdT2N37KZcMFirl08KDJ.ttf);font-display:swap}@font-face{font-family:Agu Display;src:url(https://fonts.gstatic.com/s/agudisplay/v2/iJWXBXKbbi6BeMC1_RX7qF_V5E7aciGRRWUwX4ftka9LM6y8Zg.ttf);font-display:swap}@font-face{font-family:Alata;src:url(https://fonts.gstatic.com/s/alata/v11/PbytFmztEwbIofe6xKcRQEOX.ttf);font-display:swap}@font-face{font-family:Alatsi;src:url(https://fonts.gstatic.com/s/alatsi/v13/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf);font-display:swap}@font-face{font-family:Alegreya;src:url(https://fonts.gstatic.com/s/alegreya/v38/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hUI_KCisSGVrw.ttf);font-display:swap}@font-face{font-family:Alegreya SC;src:url(https://fonts.gstatic.com/s/alegreyasc/v25/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf);font-display:swap}@font-face{font-family:Alegreya Sans;src:url(https://fonts.gstatic.com/s/alegreyasans/v25/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf);font-display:swap}@font-face{font-family:Alegreya Sans SC;src:url(https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf);font-display:swap}@font-face{font-family:Aleo;src:url(https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KJ3GmP9HI4qCBtJ.ttf);font-display:swap}@font-face{font-family:Alex Brush;src:url(https://fonts.gstatic.com/s/alexbrush/v22/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf);font-display:swap}@font-face{font-family:Alexandria;src:url(https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf);font-display:swap}@font-face{font-family:Alfa Slab One;src:url(https://fonts.gstatic.com/s/alfaslabone/v20/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf);font-display:swap}@font-face{font-family:Allison;src:url(https://fonts.gstatic.com/s/allison/v12/X7nl4b88AP2nkbvZOCaQ4MTgAgk.ttf);font-display:swap}@font-face{font-family:Allura;src:url(https://fonts.gstatic.com/s/allura/v22/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf);font-display:swap}@font-face{font-family:Alumni Sans;src:url(https://fonts.gstatic.com/s/alumnisans/v19/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9QqFsJ3C8qng.ttf);font-display:swap}@font-face{font-family:Alumni Sans Collegiate One;src:url(https://fonts.gstatic.com/s/alumnisanscollegiateone/v6/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhjdayDiPw2ta.ttf);font-display:swap}@font-face{font-family:Alumni Sans Inline One;src:url(https://fonts.gstatic.com/s/alumnisansinlineone/v6/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpD3AZcr7xbYw.ttf);font-display:swap}@font-face{font-family:Alumni Sans Pinstripe;src:url(https://fonts.gstatic.com/s/alumnisanspinstripe/v7/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObhezYrVIpcDA5w.ttf);font-display:swap}@font-face{font-family:Alumni Sans SC;src:url(https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdIteaL1WgMKfbBlLNQ.ttf);font-display:swap}@font-face{font-family:Amatic SC;src:url(https://fonts.gstatic.com/s/amaticsc/v27/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf);font-display:swap}@font-face{font-family:Anaheim;src:url(https://fonts.gstatic.com/s/anaheim/v16/8vIX7w042Wp87g4Gy0_24JbCiPrl-h5sLqrFIkJQb7zU.ttf);font-display:swap}@font-face{font-family:Andada Pro;src:url(https://fonts.gstatic.com/s/andadapro/v23/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBY8cFLzvIt2S.ttf);font-display:swap}@font-face{font-family:Andika;src:url(https://fonts.gstatic.com/s/andika/v26/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf);font-display:swap}@font-face{font-family:Anek Latin;src:url(https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7AZKdClWL3kgw.ttf);font-display:swap}@font-face{font-family:Anton;src:url(https://fonts.gstatic.com/s/anton/v26/1Ptgg87LROyAm0K08i4gS7lu.ttf);font-display:swap}@font-face{font-family:Anton SC;src:url(https://fonts.gstatic.com/s/antonsc/v1/4UaBrEBBsgltGn71sxLmzanB44N1.ttf);font-display:swap}@font-face{font-family:Anuphan;src:url(https://fonts.gstatic.com/s/anuphan/v5/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9Q4kGmW927Gu.ttf);font-display:swap}@font-face{font-family:Anybody;src:url(https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12DPrsXD_nBPpQ.ttf);font-display:swap}@font-face{font-family:Archivo;src:url(https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp8B1oJ0vyVQ.ttf);font-display:swap}@font-face{font-family:Archivo Narrow;src:url(https://fonts.gstatic.com/s/archivonarrow/v34/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFGKpHOtFCQ76Q.ttf);font-display:swap}@font-face{font-family:Are You Serious;src:url(https://fonts.gstatic.com/s/areyouserious/v13/ll8kK2GVSSr-PtjQ5nONVcNn4306hT9nCGRayg.ttf);font-display:swap}@font-face{font-family:Arima;src:url(https://fonts.gstatic.com/s/arima/v6/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTA-pQGOyYw2fw.ttf);font-display:swap}@font-face{font-family:Arimo;src:url(https://fonts.gstatic.com/s/arimo/v34/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBxDAVQI4aA.ttf);font-display:swap}@font-face{font-family:Arizonia;src:url(https://fonts.gstatic.com/s/arizonia/v22/neIIzCemt4A5qa7mv6WGHK06UY30.ttf);font-display:swap}@font-face{font-family:Arsenal;src:url(https://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf);font-display:swap}@font-face{font-family:Arsenal SC;src:url(https://fonts.gstatic.com/s/arsenalsc/v1/x3dlckLHea6e5BEtsfxiXNossybsHQI.ttf);font-display:swap}@font-face{font-family:Asap;src:url(https://fonts.gstatic.com/s/asap/v32/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUsLmOXoA7Glw.ttf);font-display:swap}@font-face{font-family:Asap Condensed;src:url(https://fonts.gstatic.com/s/asapcondensed/v17/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf);font-display:swap}@font-face{font-family:Athiti;src:url(https://fonts.gstatic.com/s/athiti/v13/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf);font-display:swap}@font-face{font-family:Babylonica;src:url(https://fonts.gstatic.com/s/babylonica/v6/5aUw9_i2qxWVCAE2aHjTqDJ0-VVMoEw.ttf);font-display:swap}@font-face{font-family:Bad Script;src:url(https://fonts.gstatic.com/s/badscript/v17/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf);font-display:swap}@font-face{font-family:Bahianita;src:url(https://fonts.gstatic.com/s/bahianita/v22/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf);font-display:swap}@font-face{font-family:Bai Jamjuree;src:url(https://fonts.gstatic.com/s/baijamjuree/v12/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf);font-display:swap}@font-face{font-family:Ballet;src:url(https://fonts.gstatic.com/s/ballet/v29/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3C4G-EiAou6Y.ttf);font-display:swap}@font-face{font-family:Baloo\ 2;src:url(https://fonts.gstatic.com/s/baloo2/v22/wXK0E3kTposypRydzVT08TS3JnAmtdgazapv9Fat7WcN.ttf);font-display:swap}@font-face{font-family:Baloo Bhai\ 2;src:url(https://fonts.gstatic.com/s/baloobhai2/v29/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighMXeCo-jsZzo.ttf);font-display:swap}@font-face{font-family:Baloo Bhaijaan\ 2;src:url(https://fonts.gstatic.com/s/baloobhaijaan2/v20/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSqP4L4ppfcyC.ttf);font-display:swap}@font-face{font-family:Baloo Bhaina\ 2;src:url(https://fonts.gstatic.com/s/baloobhaina2/v28/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPvRfRLYWmZSA.ttf);font-display:swap}@font-face{font-family:Baloo Chettan\ 2;src:url(https://fonts.gstatic.com/s/baloochettan2/v22/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTO1oeH9xI2gc.ttf);font-display:swap}@font-face{font-family:Baloo Da\ 2;src:url(https://fonts.gstatic.com/s/balooda2/v25/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsTNe55aRa7UE.ttf);font-display:swap}@font-face{font-family:Baloo Paaji\ 2;src:url(https://fonts.gstatic.com/s/baloopaaji2/v28/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX74fybRUz1r5t.ttf);font-display:swap}@font-face{font-family:Baloo Tamma\ 2;src:url(https://fonts.gstatic.com/s/balootamma2/v19/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPp-0IF71SGC5.ttf);font-display:swap}@font-face{font-family:Baloo Tammudu\ 2;src:url(https://fonts.gstatic.com/s/balootammudu2/v26/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e4c6PZSlGmAA.ttf);font-display:swap}@font-face{font-family:Baloo Thambi\ 2;src:url(https://fonts.gstatic.com/s/baloothambi2/v21/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIzaQRG_n4osQ.ttf);font-display:swap}@font-face{font-family:Bangers;src:url(https://fonts.gstatic.com/s/bangers/v24/FeVQS0BTqb0h60ACL5la2bxii28.ttf);font-display:swap}@font-face{font-family:Barlow;src:url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf);font-display:swap}@font-face{font-family:Barlow Condensed;src:url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf);font-display:swap}@font-face{font-family:Barlow Semi Condensed;src:url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf);font-display:swap}@font-face{font-family:Barriecito;src:url(https://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf);font-display:swap}@font-face{font-family:Be Vietnam Pro;src:url(https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_EwwD3s6ZKAi.ttf);font-display:swap}@font-face{font-family:Beau Rivage;src:url(https://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUlmg3NZp8K2sL.ttf);font-display:swap}@font-face{font-family:Beiruti;src:url(https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9a95wujgWg2SGdV.ttf);font-display:swap}@font-face{font-family:Bellota;src:url(https://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAGJJRtGs-lbA.ttf);font-display:swap}@font-face{font-family:Bellota Text;src:url(https://fonts.gstatic.com/s/bellotatext/v19/0FlTVP2VnlWS4f3-UE9hHXMB-dMOdS7sSg.ttf);font-display:swap}@font-face{font-family:Bevan;src:url(https://fonts.gstatic.com/s/bevan/v25/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf);font-display:swap}@font-face{font-family:Big Shoulders;src:url(https://fonts.gstatic.com/s/bigshoulders/v3/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9SOP9ANM1LlZAtA.ttf);font-display:swap}@font-face{font-family:Big Shoulders Inline;src:url(https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1nHa-oUTA-kSKkM.ttf);font-display:swap}@font-face{font-family:Big Shoulders Stencil;src:url(https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp2x5eZJnqtwIp4I.ttf);font-display:swap}@font-face{font-family:Bilbo;src:url(https://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ210hpIRz4wxE.ttf);font-display:swap}@font-face{font-family:Birthstone;src:url(https://fonts.gstatic.com/s/birthstone/v15/8AtsGs2xO4yLRhy87sv_HLn5jRfZHzM.ttf);font-display:swap}@font-face{font-family:Birthstone Bounce;src:url(https://fonts.gstatic.com/s/birthstonebounce/v12/ga6XaxZF43lIvTWrktHOTBJZGH7dEeVJGIMYDo_8.ttf);font-display:swap}@font-face{font-family:Bitter;src:url(https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL_EXFh2reU.ttf);font-display:swap}@font-face{font-family:Black Ops One;src:url(https://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf);font-display:swap}@font-face{font-family:Bona Nova;src:url(https://fonts.gstatic.com/s/bonanova/v11/B50NF7ZCpX7fcHfvIUBJi6hqHK-CLA.ttf);font-display:swap}@font-face{font-family:Bona Nova SC;src:url(https://fonts.gstatic.com/s/bonanovasc/v1/mem5YaShyGWDiYdPG_c1Af4-VeJoCqeDjg.ttf);font-display:swap}@font-face{font-family:Bonheur Royale;src:url(https://fonts.gstatic.com/s/bonheurroyale/v14/c4m51nt_GMTrtX-b9GcG4-YRmYK_c0f1N5Ij.ttf);font-display:swap}@font-face{font-family:Borel;src:url(https://fonts.gstatic.com/s/borel/v3/6qLOKZsftAPisgshYyMnOjwE.ttf);font-display:swap}@font-face{font-family:Braah One;src:url(https://fonts.gstatic.com/s/braahone/v7/KFOlCnWUpt6LsxxxiylvAx05IsDqlA.ttf);font-display:swap}@font-face{font-family:Bricolage Grotesque;src:url(https://fonts.gstatic.com/s/bricolagegrotesque/v8/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvRviyM0vs-wJDtw.ttf);font-display:swap}@font-face{font-family:Brygada\ 1918;src:url(https://fonts.gstatic.com/s/brygada1918/v26/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-f-V8Wu5O3gbo.ttf);font-display:swap}@font-face{font-family:Bungee;src:url(https://fonts.gstatic.com/s/bungee/v16/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf);font-display:swap}@font-face{font-family:Bungee Hairline;src:url(https://fonts.gstatic.com/s/bungeehairline/v25/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf);font-display:swap}@font-face{font-family:Bungee Inline;src:url(https://fonts.gstatic.com/s/bungeeinline/v18/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf);font-display:swap}@font-face{font-family:Bungee Outline;src:url(https://fonts.gstatic.com/s/bungeeoutline/v23/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf);font-display:swap}@font-face{font-family:Bungee Shade;src:url(https://fonts.gstatic.com/s/bungeeshade/v16/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf);font-display:swap}@font-face{font-family:Bungee Spice;src:url(https://fonts.gstatic.com/s/bungeespice/v15/nwpTtK2nIhxE0q-IwgSpZBqCzyI-aMPF7Q.ttf);font-display:swap}@font-face{font-family:Bungee Tint;src:url(https://fonts.gstatic.com/s/bungeetint/v3/J7abnpl_EGtUEuAJwN9WmrtKMDwTpTkB.ttf);font-display:swap}@font-face{font-family:Cabin;src:url(https://fonts.gstatic.com/s/cabin/v34/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7Gvxm7rE_s.ttf);font-display:swap}@font-face{font-family:Cabin Condensed;src:url(https://fonts.gstatic.com/s/cabincondensed/v20/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf);font-display:swap}@font-face{font-family:"Cactus Classical Serif";src:url(https://fonts.gstatic.com/s/cactusclassicalserif/v6/sZlVdQ6K-zJOCzUaS90zMNN-Ep-OoC8dZr0JFuBIFX-pv-E.ttf);font-display:swap}@font-face{font-family:Cal Sans;src:url(https://fonts.gstatic.com/s/calsans/v1/fdN99sWUv3gWqXxqqSBbvloE4LZx.ttf);font-display:swap}@font-face{font-family:Calistoga;src:url(https://fonts.gstatic.com/s/calistoga/v17/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf);font-display:swap}@font-face{font-family:Caramel;src:url(https://fonts.gstatic.com/s/caramel/v7/P5sCzZKBbMTf_ShyxCRuiZ-uydg.ttf);font-display:swap}@font-face{font-family:Carattere;src:url(https://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvTt2aMH4V_gg.ttf);font-display:swap}@font-face{font-family:Carlito;src:url(https://fonts.gstatic.com/s/carlito/v3/3Jn9SDPw3m-pk039PDCLTXUETuE.ttf);font-display:swap}@font-face{font-family:Cascadia Code;src:url(https://fonts.gstatic.com/s/cascadiacode/v4/qWc_B6-zq5zxD57cT5s916v3QjfzRuG9AIUcXuUMOaDPb9pHaHCA.ttf);font-display:swap}@font-face{font-family:Cascadia Mono;src:url(https://fonts.gstatic.com/s/cascadiamono/v4/TUZlzw5pquJF3iuizJDZYqr1Q54PIbV3QmZsSTYdsWVkNot27AYk.ttf);font-display:swap}@font-face{font-family:Caudex;src:url(https://fonts.gstatic.com/s/caudex/v18/esDQ311QOP6BJUrIyviAnb4eEw.ttf);font-display:swap}@font-face{font-family:Chakra Petch;src:url(https://fonts.gstatic.com/s/chakrapetch/v12/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf);font-display:swap}@font-face{font-family:Charis SIL;src:url(https://fonts.gstatic.com/s/charissil/v2/oPWK_kV3l-s-Q8govXvKrPrmYjZ2Xn0.ttf);font-display:swap}@font-face{font-family:Charm;src:url(https://fonts.gstatic.com/s/charm/v13/7cHmv4oii5K0MeYvIe804WIo.ttf);font-display:swap}@font-face{font-family:Charmonman;src:url(https://fonts.gstatic.com/s/charmonman/v19/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf);font-display:swap}@font-face{font-family:Cherish;src:url(https://fonts.gstatic.com/s/cherish/v8/ll88K2mXUyqsDsTN5iDCI6IJjg8.ttf);font-display:swap}@font-face{font-family:Cherry Bomb One;src:url(https://fonts.gstatic.com/s/cherrybombone/v9/y83DW4od1h6KlV3c6JJhRhGOdhrKDNpF41fr-w.ttf);font-display:swap}@font-face{font-family:Chivo;src:url(https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_ul2DSFXjQiQ.ttf);font-display:swap}@font-face{font-family:Chivo Mono;src:url(https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hr6fVKphL03l4.ttf);font-display:swap}@font-face{font-family:Chocolate Classical Sans;src:url(https://fonts.gstatic.com/s/chocolateclassicalsans/v6/nuFqD-PLTZX4XIgT-P2ToCDudWHHflqUpTpfjWdDPI2J9mHITw.ttf);font-display:swap}@font-face{font-family:Chokokutai;src:url(https://fonts.gstatic.com/s/chokokutai/v10/kmK4Zqw4HwvCeHGM8Fws9y7ypu1Kr7I.ttf);font-display:swap}@font-face{font-family:Chonburi;src:url(https://fonts.gstatic.com/s/chonburi/v13/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf);font-display:swap}@font-face{font-family:Coiny;src:url(https://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PXwbElSvO5Tc.ttf);font-display:swap}@font-face{font-family:Comfortaa;src:url(https://fonts.gstatic.com/s/comfortaa/v46/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf);font-display:swap}@font-face{font-family:Comforter;src:url(https://fonts.gstatic.com/s/comforter/v8/H4clBXOCl8nQnlaql3Qa6JG8iqeuag.ttf);font-display:swap}@font-face{font-family:Comforter Brush;src:url(https://fonts.gstatic.com/s/comforterbrush/v8/Y4GTYa1xVSggrfzZI5WMjxRaOz0jwLL9Th8YYA.ttf);font-display:swap}@font-face{font-family:Commissioner;src:url(https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdGPe7Fu0jUdk.ttf);font-display:swap}@font-face{font-family:Corinthia;src:url(https://fonts.gstatic.com/s/corinthia/v12/wEO_EBrAnchaJyPMHE0FUfAL3EsHiA.ttf);font-display:swap}@font-face{font-family:Cormorant;src:url(https://fonts.gstatic.com/s/cormorant/v23/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Rg7A2uwYs.ttf);font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(https://fonts.gstatic.com/s/cormorantgaramond/v20/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnPEi_s4Mfs.ttf);font-display:swap}@font-face{font-family:Cormorant Infant;src:url(https://fonts.gstatic.com/s/cormorantinfant/v21/HhyCU44g9vKiM1sORYSiWeAsLN99xfs9KOOc_agJPrgvYOWThDlDkWSy.ttf);font-display:swap}@font-face{font-family:Cormorant SC;src:url(https://fonts.gstatic.com/s/cormorantsc/v18/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf);font-display:swap}@font-face{font-family:Cormorant Unicase;src:url(https://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf);font-display:swap}@font-face{font-family:Cormorant Upright;src:url(https://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf);font-display:swap}@font-face{font-family:Cousine;src:url(https://fonts.gstatic.com/s/cousine/v28/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf);font-display:swap}@font-face{font-family:Crimson Pro;src:url(https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf);font-display:swap}@font-face{font-family:Crimson Text;src:url(https://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf);font-display:swap}@font-face{font-family:Cuprum;src:url(https://fonts.gstatic.com/s/cuprum/v28/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6ZjzSJjQjgnU.ttf);font-display:swap}@font-face{font-family:Dancing Script;src:url(https://fonts.gstatic.com/s/dancingscript/v28/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf);font-display:swap}@font-face{font-family:Danfo;src:url(https://fonts.gstatic.com/s/danfo/v4/snf3s0u_98t16THfK1Csj3N41ZqbYDe5S71ToPrNKQ.ttf);font-display:swap}@font-face{font-family:Darker Grotesque;src:url(https://fonts.gstatic.com/s/darkergrotesque/v9/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXw3qn7y-XFyZFUB.ttf);font-display:swap}@font-face{font-family:David Libre;src:url(https://fonts.gstatic.com/s/davidlibre/v16/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf);font-display:swap}@font-face{font-family:Dela Gothic One;src:url(https://fonts.gstatic.com/s/delagothicone/v18/hESp6XxvMDRA-2eD0lXpDa6QkBAGRUsJQAlbUA.ttf);font-display:swap}@font-face{font-family:Denk One;src:url(https://fonts.gstatic.com/s/denkone/v20/dg4m_pzhrqcFb2IzROtHpbglShon.ttf);font-display:swap}@font-face{font-family:Dongle;src:url(https://fonts.gstatic.com/s/dongle/v15/sJoF3Ltdjt6VPkqmveRPah6RxA.ttf);font-display:swap}@font-face{font-family:Dosis;src:url(https://fonts.gstatic.com/s/dosis/v33/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf);font-display:swap}@font-face{font-family:EB Garamond;src:url(https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf);font-display:swap}@font-face{font-family:Edu QLD Hand;src:url(https://fonts.gstatic.com/s/eduqldhand/v2/d6lakaOkTtjy2QhuzWtup1rW3NCQVvjKPjPjngAUeRt5gGCzkrs.ttf);font-display:swap}@font-face{font-family:Encode Sans;src:url(https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjZtWP7FJCt2c.ttf);font-display:swap}@font-face{font-family:Encode Sans Condensed;src:url(https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf);font-display:swap}@font-face{font-family:Encode Sans Expanded;src:url(https://fonts.gstatic.com/s/encodesansexpanded/v11/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf);font-display:swap}@font-face{font-family:Encode Sans SC;src:url(https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhm8c9NOEEClIc.ttf);font-display:swap}@font-face{font-family:Encode Sans Semi Condensed;src:url(https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf);font-display:swap}@font-face{font-family:Encode Sans Semi Expanded;src:url(https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf);font-display:swap}@font-face{font-family:Ephesis;src:url(https://fonts.gstatic.com/s/ephesis/v10/uU9PCBUS8IerL2VG7xPb3vyHmlI.ttf);font-display:swap}@font-face{font-family:Epilogue;src:url(https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiDJXVigHPVA.ttf);font-display:swap}@font-face{font-family:Estonia;src:url(https://fonts.gstatic.com/s/estonia/v12/7Au_p_4ijSecA1yHCCL8zkwMIFg.ttf);font-display:swap}@font-face{font-family:Exo;src:url(https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3CwNsOl4p5Is.ttf);font-display:swap}@font-face{font-family:Exo\ 2;src:url(https://fonts.gstatic.com/s/exo2/v25/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPtq-rpvLpQ.ttf);font-display:swap}@font-face{font-family:Explora;src:url(https://fonts.gstatic.com/s/explora/v10/tsstApxFfjUH4wrvc1qPonC3vqc.ttf);font-display:swap}@font-face{font-family:Fahkwang;src:url(https://fonts.gstatic.com/s/fahkwang/v17/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf);font-display:swap}@font-face{font-family:Familjen Grotesk;src:url(https://fonts.gstatic.com/s/familjengrotesk/v10/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaSztc1jcEYq2.ttf);font-display:swap}@font-face{font-family:Farsan;src:url(https://fonts.gstatic.com/s/farsan/v23/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf);font-display:swap}@font-face{font-family:Faustina;src:url(https://fonts.gstatic.com/s/faustina/v22/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf);font-display:swap}@font-face{font-family:Festive;src:url(https://fonts.gstatic.com/s/festive/v10/cY9Ffj6KX1xcoDWhFtfgy9HTkak.ttf);font-display:swap}@font-face{font-family:Fira Sans;src:url(https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf);font-display:swap}@font-face{font-family:Fira Sans Condensed;src:url(https://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf);font-display:swap}@font-face{font-family:Fira Sans Extra Condensed;src:url(https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf);font-display:swap}@font-face{font-family:Fjalla One;src:url(https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf);font-display:swap}@font-face{font-family:Fleur De Leah;src:url(https://fonts.gstatic.com/s/fleurdeleah/v10/AYCNpXX7ftYZWLhv9UmPJTMC5vat4I_Gdq0.ttf);font-display:swap}@font-face{font-family:Flow Block;src:url(https://fonts.gstatic.com/s/flowblock/v13/wlp0gwfPCEB65UmTk-d6-WZlbCBXE_I.ttf);font-display:swap}@font-face{font-family:Flow Circular;src:url(https://fonts.gstatic.com/s/flowcircular/v13/lJwB-pc4j2F-H8YKuyvfxdZ45ifpWdr2rIg.ttf);font-display:swap}@font-face{font-family:Flow Rounded;src:url(https://fonts.gstatic.com/s/flowrounded/v13/-zki91mtwsU9qlLiGwD4oQX3oZX-Xup87g.ttf);font-display:swap}@font-face{font-family:Foldit;src:url(https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpAMmapUYLHkN80.ttf);font-display:swap}@font-face{font-family:Francois One;src:url(https://fonts.gstatic.com/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf);font-display:swap}@font-face{font-family:Fraunces;src:url(https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxujDvTShUtWNg.ttf);font-display:swap}@font-face{font-family:Freeman;src:url(https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-ew-FGC_p9dw.ttf);font-display:swap}@font-face{font-family:Fruktur;src:url(https://fonts.gstatic.com/s/fruktur/v27/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf);font-display:swap}@font-face{font-family:Fuggles;src:url(https://fonts.gstatic.com/s/fuggles/v13/k3kQo8UEJOlD1hpOTd7iL0nAMaM.ttf);font-display:swap}@font-face{font-family:Fuzzy Bubbles;src:url(https://fonts.gstatic.com/s/fuzzybubbles/v8/6qLGKZMbrgv9pwtjPEVNV0F2NnP5Zxsreko.ttf);font-display:swap}@font-face{font-family:GFS Didot;src:url(https://fonts.gstatic.com/s/gfsdidot/v17/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf);font-display:swap}@font-face{font-family:GFS Neohellenic;src:url(https://fonts.gstatic.com/s/gfsneohellenic/v26/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf);font-display:swap}@font-face{font-family:Ga Maamli;src:url(https://fonts.gstatic.com/s/gamaamli/v3/uU9NCBsQ4c-DPW1Yo3rR2t6CilKOdQ.ttf);font-display:swap}@font-face{font-family:Gelasio;src:url(https://fonts.gstatic.com/s/gelasio/v13/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL8Ilycs-TDO8Aba.ttf);font-display:swap}@font-face{font-family:Genos;src:url(https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjorUK6K7ZsAg.ttf);font-display:swap}@font-face{font-family:Gentium Book Plus;src:url(https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpofKfdbLOrdPV.ttf);font-display:swap}@font-face{font-family:Gentium Plus;src:url(https://fonts.gstatic.com/s/gentiumplus/v2/Iurd6Ytw-oSPaZ00r2bNe8VpjJtM6G0t9w.ttf);font-display:swap}@font-face{font-family:Geologica;src:url(https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_rQ-MYAXWnqFs.ttf);font-display:swap}@font-face{font-family:Georama;src:url(https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgtmQsL5_tgbg.ttf);font-display:swap}@font-face{font-family:Gideon Roman;src:url(https://fonts.gstatic.com/s/gideonroman/v12/e3tmeuGrVOys8sxzZgWlmXoge0PWovdU4w.ttf);font-display:swap}@font-face{font-family:Gidole;src:url(https://fonts.gstatic.com/s/gidole/v24/sZlFdR6O8zVVEiMaCJtWS6EPcA.ttf);font-display:swap}@font-face{font-family:Glory;src:url(https://fonts.gstatic.com/s/glory/v16/q5uasoi9Lf1w5t3Est24nq9blIRQwImDpn-dDi9EOQ.ttf);font-display:swap}@font-face{font-family:Gluten;src:url(https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7R1Luni7ciJh.ttf);font-display:swap}@font-face{font-family:Goldman;src:url(https://fonts.gstatic.com/s/goldman/v20/pe0uMIWbN4JFplR2LDJ4Bt-7G98.ttf);font-display:swap}@font-face{font-family:Gothic A1;src:url(https://fonts.gstatic.com/s/gothica1/v17/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf);font-display:swap}@font-face{font-family:Gotu;src:url(https://fonts.gstatic.com/s/gotu/v17/o-0FIpksx3QOlH0Lioh6-hU.ttf);font-display:swap}@font-face{font-family:Gowun Batang;src:url(https://fonts.gstatic.com/s/gowunbatang/v11/ijwSs5nhRMIjYsdSgcMa3wRhXLH-yuAtLw.ttf);font-display:swap}@font-face{font-family:Gowun Dodum;src:url(https://fonts.gstatic.com/s/gowundodum/v11/3Jn5SD_00GqwlBnWc1TUJF0FfORL0fNy.ttf);font-display:swap}@font-face{font-family:Grandstander;src:url(https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--D3jWttFGmQk.ttf);font-display:swap}@font-face{font-family:Grape Nuts;src:url(https://fonts.gstatic.com/s/grapenuts/v6/syk2-yF4iLM2RfKj4F7k3tLvol2RN1E.ttf);font-display:swap}@font-face{font-family:Great Vibes;src:url(https://fonts.gstatic.com/s/greatvibes/v20/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf);font-display:swap}@font-face{font-family:Grechen Fuemen;src:url(https://fonts.gstatic.com/s/grechenfuemen/v10/vEFI2_tHEQ4d5ObgKxBzZh0MAWgc-NaXXq7H.ttf);font-display:swap}@font-face{font-family:Grenze;src:url(https://fonts.gstatic.com/s/grenze/v15/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf);font-display:swap}@font-face{font-family:Grenze Gotisch;src:url(https://fonts.gstatic.com/s/grenzegotisch/v19/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9UcICdYPSd_w.ttf);font-display:swap}@font-face{font-family:Grey Qo;src:url(https://fonts.gstatic.com/s/greyqo/v10/BXRrvF_Nmv_TyXxNDOtQ9Wf0QcE.ttf);font-display:swap}@font-face{font-family:Gwendolyn;src:url(https://fonts.gstatic.com/s/gwendolyn/v8/qkBXXvoO_M3CSss-d7ee5JRLkAXbMQ.ttf);font-display:swap}@font-face{font-family:Hahmlet;src:url(https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKONjobsO-aVxn.ttf);font-display:swap}@font-face{font-family:Handjet;src:url(https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmaUkUsEHFAH2A.ttf);font-display:swap}@font-face{font-family:Hanken Grotesk;src:url(https://fonts.gstatic.com/s/hankengrotesk/v11/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2Za4fpNzXhRKA.ttf);font-display:swap}@font-face{font-family:Hepta Slab;src:url(https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf);font-display:swap}@font-face{font-family:Hina Mincho;src:url(https://fonts.gstatic.com/s/hinamincho/v15/2sDaZGBRhpXa2Jjz5w5LAGW8KbkVZTHR.ttf);font-display:swap}@font-face{font-family:Honk;src:url(https://fonts.gstatic.com/s/honk/v5/m8J7jftUea-XwTaemClumrBQbmvynOmXBji9zFhHRr8WFgVLo7tNepQKvg.ttf);font-display:swap}@font-face{font-family:Hubot Sans;src:url(https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsC57ZdgLDVwVqcXQ.ttf);font-display:swap}@font-face{font-family:Hurricane;src:url(https://fonts.gstatic.com/s/hurricane/v8/pe0sMIuULZxTolZ5YldyAv2-C99ycg.ttf);font-display:swap}@font-face{font-family:IBM Plex Mono;src:url(https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf);font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD6llzAKI5loa26g.ttf);font-display:swap}@font-face{font-family:IBM Plex Sans Condensed;src:url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf);font-display:swap}@font-face{font-family:"IBM Plex Serif";src:url(https://fonts.gstatic.com/s/ibmplexserif/v19/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf);font-display:swap}@font-face{font-family:Imbue;src:url(https://fonts.gstatic.com/s/imbue/v28/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXfOsNNK-Q4xY.ttf);font-display:swap}@font-face{font-family:Imperial Script;src:url(https://fonts.gstatic.com/s/imperialscript/v7/5DCPAKrpzy_H98IV2ISnZBbGrVNvPenlvttWNg.ttf);font-display:swap}@font-face{font-family:Inclusive Sans;src:url(https://fonts.gstatic.com/s/inclusivesans/v3/0nk8C9biPuwflXcJ46P4PGWE08T-gfZusL0kQqtfcBtN7mxtc0bIsQ.ttf);font-display:swap}@font-face{font-family:Inconsolata;src:url(https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aRr8lleY2co.ttf);font-display:swap}@font-face{font-family:Ingrid Darling;src:url(https://fonts.gstatic.com/s/ingriddarling/v6/LDIrapaJNxUtSuFdw-9yf4rCPsLOub458jGL.ttf);font-display:swap}@font-face{font-family:Inspiration;src:url(https://fonts.gstatic.com/s/inspiration/v7/x3dkckPPZa6L4wIg5cZOEvoGnSrlBBsy.ttf);font-display:swap}@font-face{font-family:Inter;src:url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf);font-display:swap}@font-face{font-family:Inter Tight;src:url(https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qXCRToK8EPg.ttf);font-display:swap}@font-face{font-family:Island Moments;src:url(https://fonts.gstatic.com/s/islandmoments/v7/NaPBcZfVGvBdxIt7Ar0qzkXJF-TGIohbZ6SY.ttf);font-display:swap}@font-face{font-family:Italianno;src:url(https://fonts.gstatic.com/s/italianno/v17/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf);font-display:swap}@font-face{font-family:Itim;src:url(https://fonts.gstatic.com/s/itim/v15/0nknC9ziJOYewARKkc7ZdwU.ttf);font-display:swap}@font-face{font-family:Jaro;src:url(https://fonts.gstatic.com/s/jaro/v7/ea8DadQwV_r_Rv3-7zZMCGhQgVr1SlCsNP3VpQ_a.ttf);font-display:swap}@font-face{font-family:JetBrains Mono;src:url(https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.ttf);font-display:swap}@font-face{font-family:Josefin Sans;src:url(https://fonts.gstatic.com/s/josefinsans/v33/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMFrLgTsQV0.ttf);font-display:swap}@font-face{font-family:Judson;src:url(https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf);font-display:swap}@font-face{font-family:Jura;src:url(https://fonts.gstatic.com/s/jura/v33/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf);font-display:swap}@font-face{font-family:K2D;src:url(https://fonts.gstatic.com/s/k2d/v12/J7aTnpF2V0ETd68tnLcg7w.ttf);font-display:swap}@font-face{font-family:Kablammo;src:url(https://fonts.gstatic.com/s/kablammo/v3/bWtm7fHPcgrhC-J3lcXhcQTY5Ixs6Au9YgCjjx0Rf4YDKw.ttf);font-display:swap}@font-face{font-family:Kanit;src:url(https://fonts.gstatic.com/s/kanit/v16/nKKZ-Go6G5tXcoaSEQGodLxA.ttf);font-display:swap}@font-face{font-family:Kings;src:url(https://fonts.gstatic.com/s/kings/v8/8AtnGsK4O5CYXU_Iq6GSPaHS.ttf);font-display:swap}@font-face{font-family:KoHo;src:url(https://fonts.gstatic.com/s/koho/v17/K2F-fZ5fmddNBikefJbSOos.ttf);font-display:swap}@font-face{font-family:Kodchasan;src:url(https://fonts.gstatic.com/s/kodchasan/v19/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf);font-display:swap}@font-face{font-family:Kolker Brush;src:url(https://fonts.gstatic.com/s/kolkerbrush/v7/iJWDBXWRZjfKWdvmzwvvog3-7KJ6x8qNUQ.ttf);font-display:swap}@font-face{font-family:Krub;src:url(https://fonts.gstatic.com/s/krub/v10/sZlLdRyC6CRYXkYQDLlTW6E.ttf);font-display:swap}@font-face{font-family:Kufam;src:url(https://fonts.gstatic.com/s/kufam/v25/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqk7qQCJHvIwYg.ttf);font-display:swap}@font-face{font-family:LXGW WenKai Mono TC;src:url(https://fonts.gstatic.com/s/lxgwwenkaimonotc/v5/pxiYyos4iPVgyWx9WtufHnsIf5nkaB0Him6CovpOkXA.ttf);font-display:swap}@font-face{font-family:LXGW WenKai TC;src:url(https://fonts.gstatic.com/s/lxgwwenkaitc/v5/w8gDH20td8wNsI3f40DmtXZb48uKLd0hZzVB.ttf);font-display:swap}@font-face{font-family:Labrada;src:url(https://fonts.gstatic.com/s/labrada/v3/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSwM4QPdUej17.ttf);font-display:swap}@font-face{font-family:Lalezar;src:url(https://fonts.gstatic.com/s/lalezar/v15/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf);font-display:swap}@font-face{font-family:Lavishly Yours;src:url(https://fonts.gstatic.com/s/lavishlyyours/v6/jizDREVIvGwH5OjiZmX9r5z_WxUY0TY7ikbI.ttf);font-display:swap}@font-face{font-family:League Gothic;src:url(https://fonts.gstatic.com/s/leaguegothic/v12/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_-amidQ6Q9hn.ttf);font-display:swap}@font-face{font-family:League Spartan;src:url(https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpBMdcFguczA.ttf);font-display:swap}@font-face{font-family:Lemonada;src:url(https://fonts.gstatic.com/s/lemonada/v30/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf);font-display:swap}@font-face{font-family:Lexend;src:url(https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LBte6KuGEo.ttf);font-display:swap}@font-face{font-family:Lexend Deca;src:url(https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1ArBPCqLNflg.ttf);font-display:swap}@font-face{font-family:Lexend Exa;src:url(https://fonts.gstatic.com/s/lexendexa/v31/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf);font-display:swap}@font-face{font-family:Lexend Giga;src:url(https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LiE68oo6eepYQ.ttf);font-display:swap}@font-face{font-family:Lexend Mega;src:url(https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmvveyiq9EqQw.ttf);font-display:swap}@font-face{font-family:Lexend Peta;src:url(https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SByW1YuRTsnfw.ttf);font-display:swap}@font-face{font-family:Lexend Tera;src:url(https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMTdpz0fYxcrQ.ttf);font-display:swap}@font-face{font-family:Lexend Zetta;src:url(https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG0z5jbs8qbts.ttf);font-display:swap}@font-face{font-family:Libre Bodoni;src:url(https://fonts.gstatic.com/s/librebodoni/v8/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1fwWzZcOb3U3s.ttf);font-display:swap}@font-face{font-family:Libre Franklin;src:url(https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWUB9rIb-JH1g.ttf);font-display:swap}@font-face{font-family:Licorice;src:url(https://fonts.gstatic.com/s/licorice/v7/t5tjIR8TMomTCAyjNk23hqLgzCHu.ttf);font-display:swap}@font-face{font-family:Literata;src:url(https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_F_bcTWCWp8g.ttf);font-display:swap}@font-face{font-family:Livvic;src:url(https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf);font-display:swap}@font-face{font-family:Lobster;src:url(https://fonts.gstatic.com/s/lobster/v31/neILzCirqoswsqX9_oWsMqEzSJQ.ttf);font-display:swap}@font-face{font-family:Lora;src:url(https://fonts.gstatic.com/s/lora/v36/0QI6MX1D_JOuGQbT0gvTJPa787weuyJGmKxemMeZ.ttf);font-display:swap}@font-face{font-family:Love Light;src:url(https://fonts.gstatic.com/s/lovelight/v7/t5tlIR0TNJyZWimpNAXDjKbCyTHuspo.ttf);font-display:swap}@font-face{font-family:Lovers Quarrel;src:url(https://fonts.gstatic.com/s/loversquarrel/v24/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf);font-display:swap}@font-face{font-family:Lunasima;src:url(https://fonts.gstatic.com/s/lunasima/v1/wEO-EBvPh9RSOj7JFAwle94H1VIe.ttf);font-display:swap}@font-face{font-family:Luxurious Roman;src:url(https://fonts.gstatic.com/s/luxuriousroman/v9/buEupou_ZcP1w0yTKxJJokVSmbpqYgckeo9RMw.ttf);font-display:swap}@font-face{font-family:Luxurious Script;src:url(https://fonts.gstatic.com/s/luxuriousscript/v8/ahcCv9e7yydulT32KZ0rBIoD7DzMg0rOby1JtYk.ttf);font-display:swap}@font-face{font-family:M PLUS\ 1;src:url(https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSa78nZcsGGycA.ttf);font-display:swap}@font-face{font-family:M PLUS\ 1 Code;src:url(https://fonts.gstatic.com/s/mplus1code/v15/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0HHpapwmdZhY.ttf);font-display:swap}@font-face{font-family:M PLUS\ 1p;src:url(https://fonts.gstatic.com/s/mplus1p/v31/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf);font-display:swap}@font-face{font-family:M PLUS\ 2;src:url(https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6VxlqHrzNgAw.ttf);font-display:swap}@font-face{font-family:M PLUS Code Latin;src:url(https://fonts.gstatic.com/s/mpluscodelatin/v15/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA6i5MqF9TRwg.ttf);font-display:swap}@font-face{font-family:M PLUS Rounded\ 1c;src:url(https://fonts.gstatic.com/s/mplusrounded1c/v16/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf);font-display:swap}@font-face{font-family:Maitree;src:url(https://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf);font-display:swap}@font-face{font-family:Major Mono Display;src:url(https://fonts.gstatic.com/s/majormonodisplay/v17/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf);font-display:swap}@font-face{font-family:Mali;src:url(https://fonts.gstatic.com/s/mali/v12/N0ba2SRONuN4eCrODlxxOd8.ttf);font-display:swap}@font-face{font-family:Maname;src:url(https://fonts.gstatic.com/s/maname/v2/gNMFW3J8RpCx9my42FkGGI6q_Q.ttf);font-display:swap}@font-face{font-family:Manrope;src:url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf);font-display:swap}@font-face{font-family:Mansalva;src:url(https://fonts.gstatic.com/s/mansalva/v15/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf);font-display:swap}@font-face{font-family:Manuale;src:url(https://fonts.gstatic.com/s/manuale/v30/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf);font-display:swap}@font-face{font-family:Markazi Text;src:url(https://fonts.gstatic.com/s/markazitext/v27/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf);font-display:swap}@font-face{font-family:Marmelad;src:url(https://fonts.gstatic.com/s/marmelad/v18/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf);font-display:swap}@font-face{font-family:Maven Pro;src:url(https://fonts.gstatic.com/s/mavenpro/v39/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf);font-display:swap}@font-face{font-family:Mea Culpa;src:url(https://fonts.gstatic.com/s/meaculpa/v7/AMOTz4GcuWbEIuza8jsZms0QW3mqyg.ttf);font-display:swap}@font-face{font-family:Meow Script;src:url(https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ESch0_0CfDf1.ttf);font-display:swap}@font-face{font-family:Merienda;src:url(https://fonts.gstatic.com/s/merienda/v21/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5enhoSU78QGBV0A.ttf);font-display:swap}@font-face{font-family:Merriweather;src:url(https://fonts.gstatic.com/s/merriweather/v32/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDr3icqE1f0KvXKYQ.ttf);font-display:swap}@font-face{font-family:Merriweather Sans;src:url(https://fonts.gstatic.com/s/merriweathersans/v27/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4ljuEG7xFHnQ.ttf);font-display:swap}@font-face{font-family:Metrophobic;src:url(https://fonts.gstatic.com/s/metrophobic/v23/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf);font-display:swap}@font-face{font-family:Mitr;src:url(https://fonts.gstatic.com/s/mitr/v12/pxiLypw5ucZFyTsyMJj_b1o.ttf);font-display:swap}@font-face{font-family:Mona Sans;src:url(https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d41P6zHtY.ttf);font-display:swap}@font-face{font-family:Monda;src:url(https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWsH3oMoWtGaA-Ijw.ttf);font-display:swap}@font-face{font-family:Montagu Slab;src:url(https://fonts.gstatic.com/s/montaguslab/v16/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEnP9Fs7bOSO7.ttf);font-display:swap}@font-face{font-family:MonteCarlo;src:url(https://fonts.gstatic.com/s/montecarlo/v12/buEzpo6-f9X01GadLA0G0CoV_NxLeiw.ttf);font-display:swap}@font-face{font-family:Montserrat;src:url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-Y3tcoqK5.ttf);font-display:swap}@font-face{font-family:Montserrat Alternates;src:url(https://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf);font-display:swap}@font-face{font-family:Montserrat Underline;src:url(https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F5Wih8ubbffHtmMw.ttf);font-display:swap}@font-face{font-family:Moo Lah Lah;src:url(https://fonts.gstatic.com/s/moolahlah/v7/dg4h_p_opKZOA0w1AYcm55wtYQYugjW4.ttf);font-display:swap}@font-face{font-family:Moon Dance;src:url(https://fonts.gstatic.com/s/moondance/v7/WBLgrEbUbFlYW9ekmGawe2XiKMiokE4.ttf);font-display:swap}@font-face{font-family:Ms Madi;src:url(https://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1N-DPiI7QAYo.ttf);font-display:swap}@font-face{font-family:Mulish;src:url(https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaClGrw-PTY.ttf);font-display:swap}@font-face{font-family:MuseoModerno;src:url(https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEuewajeKlCdo.ttf);font-display:swap}@font-face{font-family:My Soul;src:url(https://fonts.gstatic.com/s/mysoul/v6/3XFqErcuy945_u6KF_Ulk2nnXf0.ttf);font-display:swap}@font-face{font-family:Mynerve;src:url(https://fonts.gstatic.com/s/mynerve/v7/P5sCzZKPdNjb4jt7xCRuiZ-uydg.ttf);font-display:swap}@font-face{font-family:Nabla;src:url(https://fonts.gstatic.com/s/nabla/v16/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRNRBUFFR_198.ttf);font-display:swap}@font-face{font-family:National Park;src:url(https://fonts.gstatic.com/s/nationalpark/v3/GftQ7vJOtg4NO-gmoY4nmcqP-VY9vs1ixcqgHfJ_b5XMdoayNUNf.ttf);font-display:swap}@font-face{font-family:Neonderthaw;src:url(https://fonts.gstatic.com/s/neonderthaw/v7/Iure6Yx5-oWVZI0r-17AeZZJprVA4XQ0.ttf);font-display:swap}@font-face{font-family:News Cycle;src:url(https://fonts.gstatic.com/s/newscycle/v25/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf);font-display:swap}@font-face{font-family:Newsreader;src:url(https://fonts.gstatic.com/s/newsreader/v25/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ADOxEPjCggA.ttf);font-display:swap}@font-face{font-family:Niramit;src:url(https://fonts.gstatic.com/s/niramit/v11/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf);font-display:swap}@font-face{font-family:Noticia Text;src:url(https://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf);font-display:swap}@font-face{font-family:Noto Sans;src:url(https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d41P6zHtY.ttf);font-display:swap}@font-face{font-family:Noto Sans Display;src:url(https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKVTGQ2iHrvWM.ttf);font-display:swap}@font-face{font-family:Noto Sans HK;src:url(https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oWTiYjNvVA.ttf);font-display:swap}@font-face{font-family:Noto Sans JP;src:url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf);font-display:swap}@font-face{font-family:Noto Sans KR;src:url(https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLTq8H4hfeE.ttf);font-display:swap}@font-face{font-family:Noto Sans Mono;src:url(https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49rXVEQQL8Y.ttf);font-display:swap}@font-face{font-family:Noto Sans SC;src:url(https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf);font-display:swap}@font-face{font-family:Noto Sans TC;src:url(https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_CpOtma3uNQ.ttf);font-display:swap}@font-face{font-family:"Noto Serif";src:url(https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCjwM0Lhq_Szw.ttf);font-display:swap}@font-face{font-family:"Noto Serif Display";src:url(https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4tgKaDU9hvzC.ttf);font-display:swap}@font-face{font-family:"Noto Serif HK";src:url(https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RmV9Su1M6i.ttf);font-display:swap}@font-face{font-family:"Noto Serif JP";src:url(https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubAILO5wBCU.ttf);font-display:swap}@font-face{font-family:"Noto Serif KR";src:url(https://fonts.gstatic.com/s/notoserifkr/v29/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM524ZvTePRu.ttf);font-display:swap}@font-face{font-family:"Noto Serif SC";src:url(https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv847hdDWC.ttf);font-display:swap}@font-face{font-family:"Noto Serif TC";src:url(https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpDOWYMr2OM.ttf);font-display:swap}@font-face{font-family:Nunito;src:url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM9jo7eTWk.ttf);font-display:swap}@font-face{font-family:Nunito Sans;src:url(https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilntF8kA_Ykqw.ttf);font-display:swap}@font-face{font-family:Oi;src:url(https://fonts.gstatic.com/s/oi/v20/w8gXH2EuRqtaut6yjBOG.ttf);font-display:swap}@font-face{font-family:Ojuju;src:url(https://fonts.gstatic.com/s/ojuju/v4/7r3bqXF7v9ApbrMih3jYQBVm9-n_Spk552FRLYeruQ.ttf);font-display:swap}@font-face{font-family:Old Standard TT;src:url(https://fonts.gstatic.com/s/oldstandardtt/v21/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf);font-display:swap}@font-face{font-family:Ole;src:url(https://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rd89fw69qJ_ew.ttf);font-display:swap}@font-face{font-family:Oooh Baby;src:url(https://fonts.gstatic.com/s/ooohbaby/v4/2sDcZGJWgJTT2Jf76xQDb2-4C7wFZQ.ttf);font-display:swap}@font-face{font-family:Open Sans;src:url(https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4nY1M2xLER.ttf);font-display:swap}@font-face{font-family:Oswald;src:url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf);font-display:swap}@font-face{font-family:Overpass;src:url(https://fonts.gstatic.com/s/overpass/v18/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrOZCLtce-og.ttf);font-display:swap}@font-face{font-family:Overpass Mono;src:url(https://fonts.gstatic.com/s/overpassmono/v20/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUokzzXur-SmIr.ttf);font-display:swap}@font-face{font-family:Pacifico;src:url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf);font-display:swap}@font-face{font-family:Pangolin;src:url(https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf);font-display:swap}@font-face{font-family:Passions Conflict;src:url(https://fonts.gstatic.com/s/passionsconflict/v8/kmKnZrcrFhfafnWX9x0GuEC-zowow5NeYRI4CN2V.ttf);font-display:swap}@font-face{font-family:Pathway Extreme;src:url(https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2N11Kyw3igP5eg.ttf);font-display:swap}@font-face{font-family:Patrick Hand;src:url(https://fonts.gstatic.com/s/patrickhand/v24/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf);font-display:swap}@font-face{font-family:Patrick Hand SC;src:url(https://fonts.gstatic.com/s/patrickhandsc/v16/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf);font-display:swap}@font-face{font-family:Pattaya;src:url(https://fonts.gstatic.com/s/pattaya/v17/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf);font-display:swap}@font-face{font-family:Paytone One;src:url(https://fonts.gstatic.com/s/paytoneone/v24/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf);font-display:swap}@font-face{font-family:Petemoss;src:url(https://fonts.gstatic.com/s/petemoss/v8/A2BZn5tA2xgtGWHZgxkesKb9UouQ.ttf);font-display:swap}@font-face{font-family:Petrona;src:url(https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsQRBH452Mvds.ttf);font-display:swap}@font-face{font-family:Philosopher;src:url(https://fonts.gstatic.com/s/philosopher/v20/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf);font-display:swap}@font-face{font-family:Phudu;src:url(https://fonts.gstatic.com/s/phudu/v5/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKtWzUSwWuz38Tgg.ttf);font-display:swap}@font-face{font-family:Piazzolla;src:url(https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxnLy1AHfAAy5.ttf);font-display:swap}@font-face{font-family:Pinyon Script;src:url(https://fonts.gstatic.com/s/pinyonscript/v23/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf);font-display:swap}@font-face{font-family:Platypi;src:url(https://fonts.gstatic.com/s/platypi/v5/bMromSGU7pMlaX6-PAmuwBQP4Hwe02Jz4p9juxgnYP1P.ttf);font-display:swap}@font-face{font-family:Play;src:url(https://fonts.gstatic.com/s/play/v20/6aez4K2oVqwIjtI8Hp8Tx3A.ttf);font-display:swap}@font-face{font-family:Playball;src:url(https://fonts.gstatic.com/s/playball/v21/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf);font-display:swap}@font-face{font-family:Playfair;src:url(https://fonts.gstatic.com/s/playfair/v9/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkUetgdoSMw5ifm.ttf);font-display:swap}@font-face{font-family:Playfair Display;src:url(https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQZNLo_U2r.ttf);font-display:swap}@font-face{font-family:Playfair Display SC;src:url(https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf);font-display:swap}@font-face{font-family:Playpen Sans;src:url(https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ9Ffmme0w.ttf);font-display:swap}@font-face{font-family:Plus Jakarta Sans;src:url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NShXUEKi4Rw.ttf);font-display:swap}@font-face{font-family:Podkova;src:url(https://fonts.gstatic.com/s/podkova/v32/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf);font-display:swap}@font-face{font-family:Poltawski Nowy;src:url(https://fonts.gstatic.com/s/poltawskinowy/v4/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KqCWnDS6V5CzCoQ.ttf);font-display:swap}@font-face{font-family:Potta One;src:url(https://fonts.gstatic.com/s/pottaone/v18/FeVSS05Bp6cy7xI-YfxQ3Z5nm29Gww.ttf);font-display:swap}@font-face{font-family:Praise;src:url(https://fonts.gstatic.com/s/praise/v8/qkBUXvUZ-cnFXcFyDvO67L9XmQ.ttf);font-display:swap}@font-face{font-family:Prata;src:url(https://fonts.gstatic.com/s/prata/v21/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf);font-display:swap}@font-face{font-family:Pridi;src:url(https://fonts.gstatic.com/s/pridi/v14/2sDQZG5JnZLfkfWao2krbl29.ttf);font-display:swap}@font-face{font-family:Prompt;src:url(https://fonts.gstatic.com/s/prompt/v11/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf);font-display:swap}@font-face{font-family:Protest Guerrilla;src:url(https://fonts.gstatic.com/s/protestguerrilla/v2/Qw3HZR5PDSL6K3irtrY-VJB2YzARHV0koJ8y_eiS.ttf);font-display:swap}@font-face{font-family:Protest Revolution;src:url(https://fonts.gstatic.com/s/protestrevolution/v2/11hcGofZ0kXBbxQXFB7MJsjtqnVw6Z2s8PIzTG1nQw.ttf);font-display:swap}@font-face{font-family:Protest Riot;src:url(https://fonts.gstatic.com/s/protestriot/v2/d6lPkaOxWMKm7TdezXFmpkrM1_JgjmRpOA.ttf);font-display:swap}@font-face{font-family:Protest Strike;src:url(https://fonts.gstatic.com/s/proteststrike/v2/0QI5MXdf4Y67Rn6vBog67ZjFlpzW0gZOs7BX.ttf);font-display:swap}@font-face{font-family:Public Sans;src:url(https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf);font-display:swap}@font-face{font-family:Puppies Play;src:url(https://fonts.gstatic.com/s/puppiesplay/v10/wlp2gwHZEV99rG6M3NR9uB9vaAJSA_JN3Q.ttf);font-display:swap}@font-face{font-family:Questrial;src:url(https://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf);font-display:swap}@font-face{font-family:Quicksand;src:url(https://fonts.gstatic.com/s/quicksand/v36/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf);font-display:swap}@font-face{font-family:Qwigley;src:url(https://fonts.gstatic.com/s/qwigley/v19/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf);font-display:swap}@font-face{font-family:Qwitcher Grypen;src:url(https://fonts.gstatic.com/s/qwitchergrypen/v7/pxicypclp9tDilN9RrC5BSI1dZmrSGNAom-wpw.ttf);font-display:swap}@font-face{font-family:REM;src:url(https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPMLqrToUbIqIfBU.ttf);font-display:swap}@font-face{font-family:Radio Canada;src:url(https://fonts.gstatic.com/s/radiocanada/v25/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkQPIJOdSSfOT.ttf);font-display:swap}@font-face{font-family:Raleway;src:url(https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCPNLA3JC9c.ttf);font-display:swap}@font-face{font-family:Rasa;src:url(https://fonts.gstatic.com/s/rasa/v26/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJW41fcvN2KT4.ttf);font-display:swap}@font-face{font-family:Readex Pro;src:url(https://fonts.gstatic.com/s/readexpro/v26/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC4USmgmsglvjkag.ttf);font-display:swap}@font-face{font-family:"Recursive";src:url(https://fonts.gstatic.com/s/recursive/v43/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk018vwxjDJCL.ttf);font-display:swap}@font-face{font-family:Red Rose;src:url(https://fonts.gstatic.com/s/redrose/v24/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfsDcjSsYUVUjg.ttf);font-display:swap}@font-face{font-family:Reddit Mono;src:url(https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUwCYacnnYz7yQYA.ttf);font-display:swap}@font-face{font-family:Reddit Sans;src:url(https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxbYxmAVfBiVMFlw.ttf);font-display:swap}@font-face{font-family:Reddit Sans Condensed;src:url(https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro1kKUpU4u7XDIuc.ttf);font-display:swap}@font-face{font-family:Reem Kufi;src:url(https://fonts.gstatic.com/s/reemkufi/v25/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf);font-display:swap}@font-face{font-family:Reem Kufi Fun;src:url(https://fonts.gstatic.com/s/reemkufifun/v11/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3nCgrvqZzZXq.ttf);font-display:swap}@font-face{font-family:Reem Kufi Ink;src:url(https://fonts.gstatic.com/s/reemkufiink/v10/oPWJ_kJmmu8hCvB9iFumxZSnRj5dQnSX1ko.ttf);font-display:swap}@font-face{font-family:Road Rage;src:url(https://fonts.gstatic.com/s/roadrage/v8/6NUU8F2fKAOBKjjr4ekvtMYAwdRZfw.ttf);font-display:swap}@font-face{font-family:Roboto;src:url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmTggvWl0Qn.ttf);font-display:swap}@font-face{font-family:Roboto Condensed;src:url(https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyovBJ731BKMSK.ttf);font-display:swap}@font-face{font-family:Roboto Flex;src:url(https://fonts.gstatic.com/s/robotoflex/v29/NaNnepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC1z3QSabshNFVe3e0O5j3ZjrZCu23Qd4G0EBysQNK-QKavMl1cKq3tHXtXi8mzLjaAQbGunCNCKMY.ttf);font-display:swap}@font-face{font-family:Roboto Mono;src:url(https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQ--5Ip2sSQ.ttf);font-display:swap}@font-face{font-family:"Roboto Serif";src:url(https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6d2Af5fR4k.ttf);font-display:swap}@font-face{font-family:Roboto Slab;src:url(https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf);font-display:swap}@font-face{font-family:Rokkitt;src:url(https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf);font-display:swap}@font-face{font-family:Rosario;src:url(https://fonts.gstatic.com/s/rosario/v34/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf);font-display:swap}@font-face{font-family:Rowdies;src:url(https://fonts.gstatic.com/s/rowdies/v18/ptRJTieMYPNBAK21zrdJwObZNQo.ttf);font-display:swap}@font-face{font-family:Ruda;src:url(https://fonts.gstatic.com/s/ruda/v29/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsi_-2KiSGg-H.ttf);font-display:swap}@font-face{font-family:Ruge Boogie;src:url(https://fonts.gstatic.com/s/rugeboogie/v29/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf);font-display:swap}@font-face{font-family:Ruthie;src:url(https://fonts.gstatic.com/s/ruthie/v27/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf);font-display:swap}@font-face{font-family:STIX Two Text;src:url(https://fonts.gstatic.com/s/stixtwotext/v17/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2SOYWxFMN1WD.ttf);font-display:swap}@font-face{font-family:Saira;src:url(https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCosg7lwYmUVY.ttf);font-display:swap}@font-face{font-family:Saira Condensed;src:url(https://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf);font-display:swap}@font-face{font-family:Saira Extra Condensed;src:url(https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf);font-display:swap}@font-face{font-family:Saira Semi Condensed;src:url(https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf);font-display:swap}@font-face{font-family:Saira Stencil One;src:url(https://fonts.gstatic.com/s/sairastencilone/v17/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf);font-display:swap}@font-face{font-family:Sankofa Display;src:url(https://fonts.gstatic.com/s/sankofadisplay/v2/Ktk1ALSRd4LucUDghJ2rTqXOoh33F6mZVY9Y5w.ttf);font-display:swap}@font-face{font-family:Sansita Swashed;src:url(https://fonts.gstatic.com/s/sansitaswashed/v22/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpbToVehmEa4Q.ttf);font-display:swap}@font-face{font-family:Sarabun;src:url(https://fonts.gstatic.com/s/sarabun/v16/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf);font-display:swap}@font-face{font-family:Sassy Frass;src:url(https://fonts.gstatic.com/s/sassyfrass/v8/LhWhMVrGOe0FLb97BjhsE99dGNWQg_am.ttf);font-display:swap}@font-face{font-family:Sawarabi Gothic;src:url(https://fonts.gstatic.com/s/sawarabigothic/v13/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf);font-display:swap}@font-face{font-family:Sedgwick Ave;src:url(https://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf);font-display:swap}@font-face{font-family:Sedgwick Ave Display;src:url(https://fonts.gstatic.com/s/sedgwickavedisplay/v22/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf);font-display:swap}@font-face{font-family:Send Flowers;src:url(https://fonts.gstatic.com/s/sendflowers/v6/If2PXTjtZS-0Xqy13uCQSULvxwjjouU1iw.ttf);font-display:swap}@font-face{font-family:Shalimar;src:url(https://fonts.gstatic.com/s/shalimar/v8/uU9MCBoE6I6iNWFUvTPx8PCOg0uX.ttf);font-display:swap}@font-face{font-family:Shantell Sans;src:url(https://fonts.gstatic.com/s/shantellsans/v12/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYR8S2i2yPwxjyRN.ttf);font-display:swap}@font-face{font-family:Sigmar;src:url(https://fonts.gstatic.com/s/sigmar/v8/hv-XlzJgIE8a85pUbWY3MTFgVg.ttf);font-display:swap}@font-face{font-family:Sigmar One;src:url(https://fonts.gstatic.com/s/sigmarone/v19/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf);font-display:swap}@font-face{font-family:Signika;src:url(https://fonts.gstatic.com/s/signika/v28/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9gTuYzTMngt4xjw.ttf);font-display:swap}@font-face{font-family:Signika Negative;src:url(https://fonts.gstatic.com/s/signikanegative/v25/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS73st9hiuEq8.ttf);font-display:swap}@font-face{font-family:Smooch;src:url(https://fonts.gstatic.com/s/smooch/v8/o-0LIps4xW8U1xUBjqp_6hVdYg.ttf);font-display:swap}@font-face{font-family:Smooch Sans;src:url(https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBodqIeNlzayg.ttf);font-display:swap}@font-face{font-family:Sono;src:url(https://fonts.gstatic.com/s/sono/v11/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWdEnR4qYeB4Q.ttf);font-display:swap}@font-face{font-family:Source Code Pro;src:url(https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM5hTXUcdJg.ttf);font-display:swap}@font-face{font-family:Source Sans\ 3;src:url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky461EN_io6npfB.ttf);font-display:swap}@font-face{font-family:"Source Serif 4";src:url(https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqrhxXD-wGvjU.ttf);font-display:swap}@font-face{font-family:Space Grotesk;src:url(https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf);font-display:swap}@font-face{font-family:Space Mono;src:url(https://fonts.gstatic.com/s/spacemono/v15/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf);font-display:swap}@font-face{font-family:Spectral;src:url(https://fonts.gstatic.com/s/spectral/v14/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf);font-display:swap}@font-face{font-family:Spectral SC;src:url(https://fonts.gstatic.com/s/spectralsc/v14/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf);font-display:swap}@font-face{font-family:Splash;src:url(https://fonts.gstatic.com/s/splash/v7/KtksAL2RZoDkbU6hpPPGNdS6wg.ttf);font-display:swap}@font-face{font-family:Square Peg;src:url(https://fonts.gstatic.com/s/squarepeg/v6/y83eW48Nzw6ZlUHc-phrBDHrHHfrFPE.ttf);font-display:swap}@font-face{font-family:Sriracha;src:url(https://fonts.gstatic.com/s/sriracha/v15/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf);font-display:swap}@font-face{font-family:Srisakdi;src:url(https://fonts.gstatic.com/s/srisakdi/v17/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf);font-display:swap}@font-face{font-family:Style Script;src:url(https://fonts.gstatic.com/s/stylescript/v12/vm8xdRX3SV7Z0aPa88xzW5npeFT76NZnMw.ttf);font-display:swap}@font-face{font-family:Tac One;src:url(https://fonts.gstatic.com/s/tacone/v5/ahcZv8Cj3zw7qDr8fO4hU-FwnU0.ttf);font-display:swap}@font-face{font-family:Tai Heritage Pro;src:url(https://fonts.gstatic.com/s/taiheritagepro/v7/sZlfdQid-zgaNiNIYcUzJMU3IYyNoHxSENxuLuE.ttf);font-display:swap}@font-face{font-family:Tapestry;src:url(https://fonts.gstatic.com/s/tapestry/v5/SlGTmQecrosEYXhaGBIkqnB6aSQU.ttf);font-display:swap}@font-face{font-family:Taviraj;src:url(https://fonts.gstatic.com/s/taviraj/v14/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf);font-display:swap}@font-face{font-family:Tektur;src:url(https://fonts.gstatic.com/s/tektur/v5/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwuVYtOY8P7TWd0.ttf);font-display:swap}@font-face{font-family:Texturina;src:url(https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGvUg25riW1OD.ttf);font-display:swap}@font-face{font-family:Thasadith;src:url(https://fonts.gstatic.com/s/thasadith/v12/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf);font-display:swap}@font-face{font-family:The Nautigal;src:url(https://fonts.gstatic.com/s/thenautigal/v7/VdGZAZ8ZH51Lvng9fQV2bfKr5wVk09Se5Q.ttf);font-display:swap}@font-face{font-family:Tilt Neon;src:url(https://fonts.gstatic.com/s/tiltneon/v11/E21L_d7gguXdwD9LEFY2WCeElCNtd-eBqpHp1TzrkJSmwpj5ndxquXK9WualJ9DS.ttf);font-display:swap}@font-face{font-family:Tilt Prism;src:url(https://fonts.gstatic.com/s/tiltprism/v15/5h11iZgyPHoZ3YikNzWGfWey2dCAZXT-bH9V4VGn-FJ7tLI25oc_rIbwoTSrn86NKw.ttf);font-display:swap}@font-face{font-family:Tilt Warp;src:url(https://fonts.gstatic.com/s/tiltwarp/v13/AlZc_zVDs5XpmO7yn3w7flUoytXJp3z29uEwmEMLEJljLXvT8UJSZTBxAVfMGOPb.ttf);font-display:swap}@font-face{font-family:Tinos;src:url(https://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwgX8dGVh8TI-.ttf);font-display:swap}@font-face{font-family:Tourney;src:url(https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFyZTp1I1LcGA.ttf);font-display:swap}@font-face{font-family:Trirong;src:url(https://fonts.gstatic.com/s/trirong/v16/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf);font-display:swap}@font-face{font-family:Trispace;src:url(https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9roQl0zHugpt0.ttf);font-display:swap}@font-face{font-family:Truculenta;src:url(https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAiswcFHnJMMhg.ttf);font-display:swap}@font-face{font-family:Twinkle Star;src:url(https://fonts.gstatic.com/s/twinklestar/v7/pe0pMI6IL4dPoFl9LGEmY6WaA_Rue1UwVg.ttf);font-display:swap}@font-face{font-family:Unbounded;src:url(https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx043HgP6LR0Y.ttf);font-display:swap}@font-face{font-family:Unica One;src:url(https://fonts.gstatic.com/s/unicaone/v19/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf);font-display:swap}@font-face{font-family:Updock;src:url(https://fonts.gstatic.com/s/updock/v6/nuF4D_3dVZ70UI9SjLK3602XBw.ttf);font-display:swap}@font-face{font-family:VT323;src:url(https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2hsYHpT2dkNE.ttf);font-display:swap}@font-face{font-family:Varela Round;src:url(https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf);font-display:swap}@font-face{font-family:Varta;src:url(https://fonts.gstatic.com/s/varta/v24/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD4EirE-9PGLfQ.ttf);font-display:swap}@font-face{font-family:Viaoda Libre;src:url(https://fonts.gstatic.com/s/viaodalibre/v19/vEFW2_lWCgoR6OKuRz9kcRVJb2IY2tOHXg.ttf);font-display:swap}@font-face{font-family:Victor Mono;src:url(https://fonts.gstatic.com/s/victormono/v4/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO87NhNyOV0Y9bQ.ttf);font-display:swap}@font-face{font-family:Vina Sans;src:url(https://fonts.gstatic.com/s/vinasans/v7/m8JQjfZKf6-d2273MP7zcJ5BZmqa3A.ttf);font-display:swap}@font-face{font-family:Vollkorn;src:url(https://fonts.gstatic.com/s/vollkorn/v29/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGuGWOdEbD63w.ttf);font-display:swap}@font-face{font-family:Vollkorn SC;src:url(https://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf);font-display:swap}@font-face{font-family:Voltaire;src:url(https://fonts.gstatic.com/s/voltaire/v22/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf);font-display:swap}@font-face{font-family:Vujahday Script;src:url(https://fonts.gstatic.com/s/vujahdayscript/v9/RWmQoKGA8fEkrIPtSZ3_J7er2dUiDEtvAlaMKw.ttf);font-display:swap}@font-face{font-family:Water Brush;src:url(https://fonts.gstatic.com/s/waterbrush/v5/AYCPpXPqc8cJWLhp4hywKHJq7PKP5Z_G.ttf);font-display:swap}@font-face{font-family:Waterfall;src:url(https://fonts.gstatic.com/s/waterfall/v7/MCoRzAfo293fACdFKcwY2rH8D_EZwA.ttf);font-display:swap}@font-face{font-family:Whisper;src:url(https://fonts.gstatic.com/s/whisper/v6/q5uHsoqtKftx74K9milCBxxdmYU.ttf);font-display:swap}@font-face{font-family:WindSong;src:url(https://fonts.gstatic.com/s/windsong/v12/KR1WBsyu-P-GFEW57r95HdG6vjH3.ttf);font-display:swap}@font-face{font-family:Wix Madefor Display;src:url(https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYltkv_3HQKgh.ttf);font-display:swap}@font-face{font-family:Wix Madefor Text;src:url(https://fonts.gstatic.com/s/wixmadefortext/v16/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cK_NOeFgpRt9rN5.ttf);font-display:swap}@font-face{font-family:Work Sans;src:url(https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf);font-display:swap}@font-face{font-family:Xanh Mono;src:url(https://fonts.gstatic.com/s/xanhmono/v18/R70YjykVmvKCep-vWhSYmACQXzLhTg.ttf);font-display:swap}@font-face{font-family:Yanone Kaffeesatz;src:url(https://fonts.gstatic.com/s/yanonekaffeesatz/v31/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf);font-display:swap}@font-face{font-family:Yeseva One;src:url(https://fonts.gstatic.com/s/yesevaone/v23/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf);font-display:swap}@font-face{font-family:Yomogi;src:url(https://fonts.gstatic.com/s/yomogi/v12/VuJwdNrS2ZL7rpoPWIz5NIh-YA.ttf);font-display:swap}@font-face{font-family:Yrsa;src:url(https://fonts.gstatic.com/s/yrsa/v24/wlprgwnQFlxs_wD3CFSMYmFaaCieSNNV9rRPfrKu.ttf);font-display:swap}@font-face{font-family:Ysabeau;src:url(https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCDYwI8Gcw6Oi.ttf);font-display:swap}@font-face{font-family:Ysabeau Infant;src:url(https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo8HK5ChLwKH6A.ttf);font-display:swap}@font-face{font-family:Ysabeau Office;src:url(https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6MfYSfpQj7IGQ.ttf);font-display:swap}@font-face{font-family:Ysabeau SC;src:url(https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98UlqEZ4EOmsT5.ttf);font-display:swap}