﻿@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: medium;
    src: url('../fonts/GothaProMed.woff') format('woff');
}

@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GothaProReg.woff') format('woff');
}

@font-face {
    font-family: 'GothamPro';
    font-style: italic;
    font-weight: medium;
    src: url('../fonts/GothamProMediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/GothaProBol.woff') format('woff');
}

@font-face {
    font-family: 'GothamPro';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/GothamProMediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: lighter;
    src: url('../fonts/GothaProLig.woff') format('woff');
}

@font-face {
    font-family: 'GothamPro';
    font-style: italic;
    font-weight: lighter;
    src: url('../fonts/GothaProLigIta.woff') format('woff');
}


html, body {
    font-family: 'GothamPro', sans-serif;
    background-color: #f5f5f5;
    font-size: 14px;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.main-content {
    height:calc(100dvh - 48px);
    padding: 16px;
}

@media (max-width: 960px) {

    .df-content {
        display: flex;
        flex-direction: column;
    }
    
    .toggle-wrapper:first-of-type {
        order: 1;
    }

    .product-description{
        order: 2;
    }
    
    .billing-section {
        order: 3;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .hover-button-wrapper{
        order: 4;
    }
    
    .pricing-grid {
        order: 5;
    }
    
    .footnote{
        order: 6;
    }
}

@media (max-width: 320px) {
    body {
        font-size: 13px;
    }

    .headline {
        font-size: 1.5rem;
    }

    .mud-button-filled-size-large {
        font-size: .7375rem;
    }

    .mud-button {
        font-size: 11px;
    }

    .mud-container--gutters {
        padding-left: 0px;
        padding-right: 0px;
    }
}
