@font-face {
    font-family: "ethnocentric";
    src: url("../fonts/ethnocentric\ rg.ttf") format("truetype");
}

body {
    /*background-color: #e1e1e1;*/
    background: radial-gradient(343px at 46.3% 47.5%, rgb(242, 242, 242) 0%, rgb(241, 241, 241) 72.9%);
}

.atak-logo {
    font-family: "ethnocentric";
    user-select: none;
    color: white;
    display: flex;
    align-items: center;
    height: 100%;
}

.atak-logo-black {
    font-family: "ethnocentric";
    user-select: none;
    color: black;
    display: flex;
    align-items: end;
    height: 100%;
}

.atak-doviz-logo {
    max-width: 50px;
    max-height: 50px;
}

.atak-table-font {
    font-size: larger;
    font-weight: 500;
}


.hidden-h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
