@font-face {
    font-family: Altice;
    font-style: normal;
    font-weight: 300;
    src: url(./static/media/Regular-Light.otf) format("truetype");
}

@font-face {
    font-family: Altice;
    font-style: normal;
    font-weight: 400;
    src: url(./static/media/Regular-Regular.otf) format("truetype");
}

@font-face {
    font-family: Altice;
    font-style: normal;
    font-weight: 600;
    src: url(./static/media/Regular-Medium.otf) format("truetype");
}

@font-face {
    font-family: Altice;
    font-style: normal;
    font-weight: 700;
    src: url(./static/media/Regular-Bold.otf) format("truetype");
}

@font-face {
    font-family: 'Altice';
    font-style: normal;
    font-weight: 800;
    src: url(./static/media/Regular-Extrabold.otf) format("truetype");
}

:root {
    --color-primary: #002864;
    --color-primary-hover: #000F4B;
    --color-primary-disabled: #335B97;
    --color-primary-pressed: #000031;

    --color-warning: #f66608;

    /* Internet Activity */
    --internet-activity-chart-color: #2760F0;
    --internet-activity-chart-color-hover:rgba(39, 96, 240, 0.5);

    /* Web Filter */
    --web-filter-chart-color: #f66608;
    --web-filter-chart-color-hover: rgba(246, 102, 8, 0.5);
    --web-filter-chart-brush-background-color: rgba(246, 102, 8, 0.2);
    --web-filter-chart-brush-handle-color: #FF8022;
}

body,
button,
input,
optgroup,
select,
textarea,
a {
    font-family: Altice, Arial, sans-serif;
}

.ltr .portal-title__name,
.rtl .portal-title__name {
    margin-inline-start: 20px;
}

.protection-choice__title {
    margin-top: 0;
}

/* hide malware and phishing */
.internet-security .security-description,
.internet-security .subscriber-safety {
    display: none;
}
