
@font-face {
    font-family: 'Aptos';
    src: url('/assets/font/Aptos.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Optional: Add bold, italic, etc., if needed */
@font-face {
    font-family: 'Aptos';
    src: url('/assets/font/Aptos-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Aptos';
    src: url('/assets/font/Aptos-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Set Aptos as default font */

body {
  width: 1080px;
  margin: 0 auto;
  font-family: 'Aptos', sans-serif;
  padding: 0px;
background: #141E30;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

/* Responsive for Mobile */
@media (max-width: 1080px) {
  body {
    width: 100%;
    padding:0px;
  }

  table, th, td {
    font-size: 14px;
  }
}
