@font-face {
    font-family: "Exo 2";
    src: url("../fonts/exo2/exo2-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Exo 2";
    src: url("../fonts/exo2/exo2-500.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Exo 2";
    src: url("../fonts/exo2/exo2-600.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Exo 2";
    src: url("../fonts/exo2/exo2-700.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top right, rgba(168, 130, 103, 0.12), transparent 28%),
        radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.42), transparent 26%),
        linear-gradient(180deg, #f5f1eb 0%, #ece6dd 100%);
    color: #22313a;
    font: 400 16px/1.45 "Exo 2", "Segoe UI", Calibri, Arial, sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    color: inherit;
}
