﻿/* ReSharper disable once DeclarationIsEmpty */
.accessible-zoom {
}

body {
    font-family: Inter;
}

.text-justify {
    text-align: justify !important;
    /* distribute space between words, not letters */
    text-justify: inter-word;
    /* allow hyphenation for smoother breaks */
    -webkit-hyphens: none; /* Safari/old Chrome */
    -moz-hyphens: none; /* Firefox */
    -ms-hyphens: none;
    hyphens: none;
    /* IE10+ */
}