
/* QF Font Setup */

/* Regular */
@font-face {
    font-family: 'QF';
    src: url('../fonts/QF/woff2/QF-Regular.woff2') format('woff2'),
    url('../fonts/QF/ttf/QF-Regular.ttf') format('truetype'),
    url('../fonts/QF/otf/QF-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'QF';
    src: url('../fonts/QF/woff2/QF-Bold.woff2') format('woff2'),
    url('../fonts/QF/ttf/QF-Bold.ttf') format('truetype'),
    url('../fonts/QF/otf/QF-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'QF';
    src: url('../fonts/QF/woff2/QF-Medium.woff2') format('woff2'),
    url('../fonts/QF/ttf/QF-Medium.ttf') format('truetype'),
    url('../fonts/QF/otf/QF-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'QF';
    src: url('../fonts/QF/woff2/QF-Light.woff2') format('woff2'),
    url('../fonts/QF/ttf/QF-Light.ttf') format('truetype'),
    url('../fonts/QF/otf/QF-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'QF Serif';
    src: url('../fonts/qf-serif.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

/* Override */
.qf-serif {
    font-family:  'QF Serif', sans-serif !important;
}

body {
    font-family: 'QF', 'sans-serif';
    font-size:16px;
}

.radio {
    opacity:0;
}

* {
    border-radius: 0;
}

section {
    /*padding:15px;*/
}

.sm-icons svg {
    width:30px;
    height:30px;
    opacity:0.8;
}


.sm-icons svg + span {
    padding-top:10px;
}

section {
    width: 100%;
    overflow-x: hidden; /* Prevents horizontal bounce */
}