
@font-face {
    font-family: "RalewayCustom";
    src: url("../assets/fonts/Raleway/Raleway-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "RalewayCustom";
    src: url("../assets/fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "RalewayCustom";
    src: url("../assets/fonts/Raleway/Raleway-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

#footer_dei {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
    color: inherit;
    background: inherit;
    border-top: 1px solid rgba(128, 128, 128, 0.4);
}

#footer_dei .dei-container {
    margin: auto;
    max-width: 100%;
    padding: 0 10px;
    width: 100%;
}

#footer_dei .footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.logo-sic {
    width: 100px;
    max-width: 30vw;
    height: auto;
    transition: filter 0.2s ease;
    filter: brightness(0.95);
}

.footer-text {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 5px;
}

[data-md-color-scheme="slate"] .footer-text {
    color: rgba(255, 255, 255, 0.6);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 639px) {
    .footer-text {
        display: none;
    }
}

.footer-social-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.footer-social-nav .social-icon {
    width: 24px;
    height: 24px;
    opacity: 0.8;
    transition: opacity 0.2s ease, color 0.3s ease;
    color: #232323;
}

[data-md-color-scheme="slate"] .footer-social-nav .social-icon {
    color: #ffffff;
}

.footer-social-nav .social-icon:hover {
    opacity: 1;
}
:root {
  --md-primary-fg-color: #003366;
  --md-accent-fg-color: #ff6600;
  --md-text-font: "RalewayCustom", sans-serif;
}

h1, h2, h3 {
    font-weight: 600;
}

.md-header {
    background-color: rgb(52,152,219);
}
.vpn-thumb {
  width: 250px;
  border-radius: 8px;
  cursor: zoom-in;
}

