:root {
    --cdm-blue-dark: #042f3f;
    --cdm-blue: #00d4ff;
    --cdm-purple: #9b2d7c;
    --cdm-white: #ffffff;
    --cdm-text: #102033;
}

html,
body {
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--cdm-text);
    background: #ffffff;
}

img,
video,
svg {
    max-width: 100%;
}

a {
    color: inherit;
}

.cdm-site-main {
    width: 100%;
    overflow-x: hidden;
}