@import url("https://fonts.googleapis.com/css2?family=Milonga&display=swap");@import url("https://fonts.googleapis.com/css2?family=AR+One+Sans:wght@400..700&display=swap");:root{--color-primary:#4fc0b764;--color-primary-2:rgb(239,230,219);--color-secondary:#f88204;--color-secondary-2:#ffffff;--color-secondary-3:#041a1a;--color-tertiary:#ffffff;--color-tertiary-2:#053a3a;--color-tertiary-3:#b52cda;--color-btn-light:#f88204;--color-btn-light-2:#4fc0b6;--color-btn-dark:#ffffff;--header-font:"Milonga",cursive;--body-font:"AR One Sans",sans-serif;--font-x-large:40px;--font-large:32px;--font-medium:24px;--font-small:18px;--font-x-small:16px;--font-xx-small:14px}body.light-mode{--link-color:#f88204}body.dark-mode{--link-color:#ffffff}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body,main{width:100%;height:100%}main{display:flex;align-items:center;justify-content:center;flex:1 1;flex-direction:column;padding-bottom:10rem}html{height:100%;width:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto}body.light-mode{background-color:#ffffff}body.dark-mode{background-color:#000000}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}