Tüm Sayfalar
.rati-legal{
--bg: #FFFFFF;
--surface: #F3F3F3;
--line: #E2E2E2;
--text: #171717;
--body-text: #333333;
--muted: #6E6E6E;
--accent: #D71A20;
--anthracite: #232324;
--maxw: 720px;
background: var(--bg);
color: var(--text);
...
.rati-legal{
--bg: #FFFFFF;
--surface: #F3F3F3;
--line: #E2E2E2;
--text: #171717;
--body-text: #333333;
--muted: #6E6E6E;
--accent: #D71A20;
--anthracite: #232324;
--maxw: 760px;
background: var(--bg);
color: var(--text);
...
.rati-legal{
--bg: #FFFFFF;
--surface: #F3F3F3;
--line: #E2E2E2;
--text: #171717;
--body-text: #333333;
--muted: #6E6E6E;
--accent: #D71A20;
--anthracite: #232324;
--maxw: 760px;
background: var(--bg);
color: var(--text);
...
.rati-legal{
--bg: #FFFFFF;
--surface: #F3F3F3;
--line: #E2E2E2;
--text: #171717;
--body-text: #2A2A2A;
--muted: #6E6E6E;
--accent: #D71A20;
--anthracite: #232324;
--maxw: 760px;
background: var(--bg);
color: var(--text);
...
:root{
--bg: #FFFFFF;
--surface: #F3F3F3;
--line: #E2E2E2;
--text: #171717;
--body-text: #333333;
--muted: #6E6E6E;
--accent: #D71A20;
--anthracite: #232324;
--maxw: 780px;
}
* { box-sizing: border-box; }
body{
margin:0;
...