@charset "utf-8";

@font-face { font-family: Roboto; font-style: normal; font-weight: 400; src: url("Roboto-Regular.1e2d4d3a.woff2") format("woff2"); font-display: fallback; }

@font-face { font-family: Roboto; font-style: normal; font-weight: 700; src: url("Roboto-Bold.12893bfc.woff2") format("woff2"); font-display: fallback; }

@font-face { font-family: RobotoSerif; font-style: italic; font-weight: 600; src: url("") format("woff2"); font-display: fallback; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; vertical-align: baseline; border: 0px; margin: 0px; padding: 0px; font-size: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote::before, blockquote::after, q::before, q::after { content: none; }

table { border-spacing: 0px; border-collapse: collapse; }

:root { --color-magenta: #E20074; --color-salemsfur: #171B26; --color-magentaLight: #F9CCE3; --color-royalblue: #00A0DE; --color-trout: #474C59; --color-manatee: #8D93A6; --color-snow: #FFFFFF; --color-botticelli: #CFD5E5; --color-whitelilac: #EBEFF7; --color-alpine: #F7F9FC; --color-catskillwhite: #DEE2F0; --color-red: #EE3F54; --color-green: #0D8033; --color-cararra: #E7E6E0; --color-iceWater: #F2F6FF; --color-ottoman: #EDFAF2; --color-bridesmaid: #FEECEE; --color-black: #0A0C14; --color-cadetBlue: #A3AABF; --color-riverBed: #495166; --color-ebony: #262C3B; --color-goldenSand: #F5E198; }

/* dark mode disabled */

*, ::before, ::after { box-sizing: border-box; }

html { -webkit-font-smoothing: antialiased; text-size-adjust: 100%; text-rendering: optimizelegibility; }

body { background-color: var(--color-snow); color: var(--color-salemsfur); font-family: Roboto, Arial, sans-serif; font-size: 14px; line-height: 1.2; }

a:not([href]):hover { color: currentcolor; cursor: default; }
