<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    font-family: 'Poppins','Helvetica Neue', Helvetica, Arial, sans-serif;
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    src: url("font/IRANSans.eot") format("embedded-opentype"), url("font/IRANSans.woff") format("woff"), url("font/IRANSans.ttf") format("truetype"), url("font/IRANSans.svg#iran_sansregular") format("svg");
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}</pre></body></html>