:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;justify-content:center;width:100vw;height:100vh;overflow:hidden}button{font-family:Glacial Indifference Regular,sans-serif!important;background:#000;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2.5px solid black;color:#f9ece5;border-radius:20px;font-size:18px;padding:4px 20px;width:fit-content;align-self:center}@font-face{font-family:Glacial Indifference Regular;src:url(/fonts/GlacialIndifference-Regular.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Glacial Indifference Bold;src:url(/fonts/GlacialIndifference-Bold.otf) format("truetype");font-weight:400;font-style:normal}body{font-family:Glacial Indifference Regular,sans-serif!important}.text-bold{font-family:Glacial Indifference Bold,sans-serif}.text{font-family:Glacial Indifference Regular,sans-serif!important;text-align:center;margin-top:0;font-size:4vh;flex:1;align-content:center}.cards-container{height:100%;width:92vw;display:grid;place-items:center;font-family:system-ui,sans-serif}.cards{display:grid;grid-template-areas:"cards";padding:0}.card{grid-area:cards;display:flex;width:35vh;aspect-ratio:707 / 540;border-radius:20px;background-color:#f0f0f0;background-image:url(/card-x.svg);background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform}.card-text{grid-area:cards;display:flex;width:40vh;margin:20px;aspect-ratio:540 / 707;border-radius:20px;background-color:#f0f0f0;background-image:url(/card-y.svg);background-size:cover;background-position:center;background-repeat:no-repeat;align-items:center;justify-content:center;color:#000}.text-container{display:flex;flex-direction:column;justify-content:space-between;height:70%;width:80%}
