﻿@font-face {
    font-family: Inter;
    font-weight: normal;
    font-style: normal;
    src: url(/font/Inter-Regular.ttf)
}

@font-face {
    font-family: Inter;
    font-weight: bold;
    font-style: normal;
    src: url(/font/Inter-SemiBold.ttf)
}

body {
    margin: 0;
}

.discover-image {
    margin: 0 0 1rem 0;
    width: 100%;
    object-fit: cover;
}

.discover-title {
    margin: 0 1rem 1rem 1rem;
    font-family: Inter;
    font-weight: bold;
}

.discover-text {
    margin: 0 1rem 1rem 1rem;
    font-family: Inter;
}

.discover-bullet {
    margin: 0 1rem 1rem 1rem;
    display: flex;
    align-items: center;
}

    .discover-bullet p {
        margin: 0 0 0 1rem;
        flex: 1;
        font-family: Inter;
    }

.discover-bullet-dot {
    height: 1rem;
    width: 1rem;
    background-color: #555;
    border-radius: 50%;
}

.discover-bullet-transmitter {
    background-color: #2cd5b5;
}

.discover-bullet-receiver {
    background-color: #00a2de;
}

.discover-bullet-set {
    background-color: #eea100;
}

.discover-bullet-security {
    background-color: #cd1316;
}

.discover-bullet-zigbee {
    background-color: #0e2a57;
}

.discover-bullet-ics {
    background-color: #076f32;
}

.discover-button-wrapper {
    margin: 2rem 0rem;
    text-align: center;
}

.discover-button {
    display: inline-block;
    font-family: Inter;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1rem 2rem;
    text-decoration: none;
    background-color: #555;
    color: white;
    border-radius: 0.5rem;
}

.discover-button-transmitter {
    background-color: #2cd5b5;
}

.discover-button-receiver {
    background-color: #00a2de;
}

.discover-button-set {
    background-color: #eea100;
}

.discover-button-security {
    background-color: #cd1316;
}

.discover-button-zigbee {
    background-color: #0e2a57;
}

.discover-button-ics {
    background-color: #076f32;
}

.discover-tutorialstep {
    margin: 0 1rem 1rem 1rem;
    display: flex;
    align-items: center;
}

.discover-tutorialstep-numbercontainer {
    position: relative;
}

.discover-tutorialstep-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: white;
    font-size: 2rem;
    font-family: Inter;
    font-weight: bold;
}

.discover-tutorialstep-content {
    flex: 1;
}
