﻿@import "./_variables.css";
@import "./_typography.css";
@import "./_layout.css";
@import "./_components.css";

body {
  background: radial-gradient(circle at 20% 20%, rgba(33, 45, 62, 0.8) 0%, rgba(8, 12, 18, 1) 55%),
    linear-gradient(160deg, rgba(21, 29, 41, 0.95) 0%, rgba(9, 13, 19, 1) 60%, rgba(6, 9, 13, 1) 100%);
}

