@font-face {
    font-family: 'Ellipsis';
    src: local('sans-serif'), local('Arial'), local('Helvetica');
    unicode-range: U+2026;
}

@font-face {
    font-family: 'Cyrillic';
    src: local('sans-serif'), local('Arial'), local('Helvetica');
    unicode-range: U+0400-04FF;
}

body {
    --prof-section-background: #FFFC;
    --body-background: #FFF;
    --prof-border: #CCC;
}

body.dark {
    --prof-section-background: #222C;
    --body-background: #222;
    --prof-border: #333;
}

body {
    margin: 0;
    background-color: var(--body-background);
}

* {
    font-family: 'Ellipsis', 'Cyrillic', "ＭＳ Pゴシック", "MS PGothic", sans-serif;
}

a {
    color: inherit;
}

table, th, td {
    border: 1px solid #CCC;
    border-collapse: collapse;
}
