﻿/* APP SPECIFIC STYLES */
/* Colors */
:root {
    --color-default: #0a0d13;
    --color-primary: #0d42ff;
    --color-secondary: #0e1d34;
    --color-light: #fcfcfc;
    --color-alt-blue: #0D6EFD;
    --color-alt-grey: #1C2A40;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

body {
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}
