:root{
    --shot-size: 24px;
}

.size-s{
    --shot-size: 16px;
}
.size-m{
    --shot-size: 24px;
}
.size-l{
    --shot-size: 32px;
}
.size-xl{
    --shot-size: 40px;
}
.size-2xl{
    --shot-size: 48px;
}

html, body {
/*touch-action: none;*/
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
    margin: 0;
    font-family: 'Open Sans';
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
*{
    box-sizing: border-box;
}
.show-bg-overlay{
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.45);
}
.button{
    overflow: hidden;
    background-color: rgba(57, 107, 181, 1);
    color: white;
    padding: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    grid-gap: 0.5rem;
    font-weight: 700;
    font-size: 12px;
}
.button-inverse-small{
    overflow: hidden;
    color: rgba(57, 107, 181, 1);
    background-color: white;
    padding: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    grid-gap: 0.5rem;
    font-weight: 700;
    font-size: 12px;
}
.button-inverse-small svg{
    width: 12px;
    height: auto;
}
.flag-selection{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0.75rem;
}
.flag-selection .flag{
    border: 2px solid transparent;
    transition: 0.25s;
    display: flex;
}
.flag-selection .flag.active{
    border: 2px solid rgba(57, 107, 181, 1);
}
.flag-selection svg{
    width:2rem;
    height: auto;
}
.main-navigation-wrap{
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: 0.3s;
    transform: translateX(100%);
    background-color: rgba(57, 107, 181, 1);
    color: white;
}
.main-navigation-wrap.active{
    transform: translateX(0);
}
.navigation-close-button{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0.75rem;
}
.navigation-close-button svg{
    width: 24px;
    height: auto;
}
.navigation-inner{
    padding: 3rem 0.75rem 0.75rem 0.75rem;
}
.navigation-list{
    display: block;
    margin: 0px;
    padding: 0px;
}
.navigation-list li{
    display: block;
    margin: 0px;
    padding: 0px;
}
.navigation-item{
    display: flex;
    padding: 0.25rem 0;
    align-items: center;
    grid-gap: 1rem;
    font-weight: 700;
}
.inner-settings-wrap{
    padding-top: 1rem;
}
.target{
    height: 100svh;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}
.settings{
    height: 100svh;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}
.target-section{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 1rem;
    max-height: 100%;
    margin-top: 0.5rem;
}
@media (orientation: landscape) {
    .target-section {
        display: grid;
        grid-template-columns: 1fr 275px;
        grid-gap: 0 1rem;
        margin-top: 0;
        align-items: start;
    }
}
.target-personal-info{
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 14px;
    padding: 0.75rem 0.75rem;
    margin: -0.5rem;
    background-color: rgba(57, 107, 181, 1);
    color: white;
    align-items: center;
}
@media (orientation: landscape) {
    .target-personal-info{
        grid-column: span 2 / span 2;
        margin: 0px -0.5rem;
    }
}
.target-wrap{
    max-width: 95svw;
    max-height: calc(95svh - 300px);;
    aspect-ratio: 1;
    width: 100%;
    position: relative;
}
.target-wrap svg{
    width: 100%;
    height: 100%;
}
.taget-tools{
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 0.5rem;
}
.input-group-row{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.25rem;
}
.input-group-field{
    display: flex;
    flex-direction: column;
    grid-gap: 0.25rem;
    box-sizing: content-box;
}
.input-group-field-bib{
    width: 10ch;
}
.input-group-field-name{
    width: 23ch;
}
.input-group-field label{
    font-size: 0.85rem;
    font-weight: 800;
}
.input-group-field input, .input-group-field select, .input-group-field textarea{
    padding: 0.35rem;
    font-family: 'Open Sans';
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 0.25rem;
    border: 1px solid #9d9d9d;
    background: white;
    height: 100%;
}
.input-group-field-range input{
    border: none;
    flex-grow: 1;
    max-width: 360px;
}
.input-group-field-range .range{
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    min-height: 48px;
}
.input-group-field-range .point{
    position: relative;
    transform: none;
    top: 0;
    left: 0;
}
.input-group-field-range .point .inner{
    position: relative;
    transform: none;
}
.input-group-field-check{
    flex-direction: row;
    grid-gap: 0.5rem;
}
.input-group-field-check label{
    order: 2;
}
.input-group-field-check input{
    order: 1;
}
.point-wrap-settings{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
}
.target-additional-section{
    flex-grow: 1;
    overflow-y: auto;
}
.new-point{
    overflow: hidden;
    position: absolute;
    left:0px;
    top: 0.5rem;
    background-color: rgba(57, 107, 181, 1);
    color: white;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    grid-gap: 0.5rem;
    font-weight: 700;
    font-size: 12px;
}
.new-point svg{
    width: 18px;
    height: auto;
}
.remove-point{
    overflow: hidden;
    position: absolute;
    left:0px;
    bottom: 0px;
    padding: 0.5rem;
    background-color: rgba(155, 3, 3, 0.25);
    color: rgba(155, 3, 3, 1);
}
.remove-point svg{
    width: 1.5rem;
    height: 1.5rem;
}
.point {
    width: var(--shot-size);
    height: var(--shot-size);
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 7;
}
.point .inner{
    width: var(--shot-size);
    height: var(--shot-size);
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: white;
    border: 2px solid;
    border-color: rgba(57, 107, 181, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.point.highlighted{
    z-index: 12;
}
.point.miss-prone .inner{
    background-color: #ff6b1f;
    border-color: #ff6b1f;
    color: white;
}
.point.miss-standing .inner{
    background-color: #c81212;
    border-color: #c81212;
    color: white;
}
.point.highlighted .inner{
    background-color: rgba(202, 236, 2, 0.85) !important;
}
.point .inner:before{
    content: attr(data-content);
    font-size: calc(var(--shot-size) / 2);
    font-weight: bold;
}
.point-previous{ /* point-level-1 */
    width: 16px;
    height: 16px;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: rgba(214, 208, 39, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.point-level-2{
    background-color: #d62773cc;
    z-index: 4;
}
.point-level-3{
    background-color: #2cd627cc;
    z-index: 3;
}
.point-level-4{
    background-color: #27bfd6cc;
    z-index: 2;
}
.point-level-5{
    background-color: #d62745cc;
    z-index: 1;
}
.shooting-final-result{
    position: absolute;
    top: 0.5rem;
    right: 0px;
}
.shooting-final-result svg{
    width: 1rem;
    height: auto;
}
.shooting-final-result .row{
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 600;
    grid-gap: 0.25rem;
}
.shooting-final-result .row .less-important{
    font-size: 0.85rem;
    font-weight: 200;
}
.point-recap-wrap{
    display: flex;
    grid-gap: 1.2rem;
    flex-wrap: wrap;
}
.point-recap{
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 600;
    grid-gap: 0.2rem;
    font-size: 0.8rem;
}
.point-recap .point-recap-sizing{
    font-size: 0.65rem;
    font-weight: 200;
}
.point-recap .point-recap-sizing svg{
    width: 0.65rem;
    height: auto;
}
.previous-entries{
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 0.5rem;
}
.previous-entries-targets{
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    grid-gap: 8px;
}
@media (orientation: landscape) {
    .previous-entries{
        max-height: calc(100dvh - 52px);
        overflow-y: auto;
        overflow-x: visible;
    }
}
.previous-targets.reverted-order{
    flex-direction: row-reverse;
}
.previous-targets-new{
    flex-shrink: 0;
    background-color: rgba(57, 107, 181, 1);
    color: white;
    padding: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    grid-gap: 0.5rem;
    font-weight: 700;
    font-size: 12px;
    position: relative;
}
.previous-targets-new svg{
    width: 18px;
    height: auto;
}
.small-target-preview{
    flex-grow: 1;
    border-radius: 0.25rem;
    border: 2px solid transparent;
    position: relative;
	min-width: 44px;
    max-width: 66px;
}
.small-target-preview.active{
    border: 2px solid rgba(57, 107, 181, 1);
}
.small-target-preview:before{
    content: attr(data-index);
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 0.6rem;
    display: block;
    padding: 0.2rem;
}
.small-target-preview > .small-target-preview-inner{
    position: relative;
    width: 100%;
    max-width: 100px;
    min-width: 33px;
    height: auto;
    aspect-ratio: 1;
    overflow: hidden;
}
.small-target-preview svg{
    width: 100%;
    height: 100%;
}
.small-target-preview .point{
    position: absolute;
    z-index: 3;
    width: 4px;
    height: 4px;
    background-color: #c51a1a;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.previous-targets{
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    grid-gap: 4px;
    overflow-x: auto;
    overflow-y: visible;
    padding-top: 100px;
    margin-top: -100px;
}
@media (orientation: landscape) {
    .target-wrap {
        max-height: calc(100dvh - 52px)
    }
}
.current-athlete-header{
    display: flex;
    align-items: center;
    grid-gap: 0.25rem;
}
.athlete-bib{
    font-size: 0.75em;
    text-align: center;
    padding: 0.125em .25em;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(57, 107, 181, 1);
    width: 3ch;
    box-sizing: content-box;
}
.current-athlete-header svg{
    width: 16px;
    height: auto;
}
.athlete-fullname{
	display: flex;
	align-items: center;
	grid-gap: 0.25rem;
	flex-grow: 1;
}
.athlete-fullname .athlete-bib{
	background-color: rgba(57, 107, 181, 1);
	color: white;
}
.athlete-dropzone-end{
	flex-grow: 1;
	flex-shrink: 1;
}
.close-modal{
    position: absolute;
    top: 4px;
    right: 4px;
}
.close-modal svg{
    width: 1.5rem;
    height: auto;
    color: rgba(57, 107, 181, 1);
}
.athlete-info-wrap{
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 5vh 1rem;
}
.athlete-info-wrap-inner-slim{
    width: auto;
    height: 100%;
    position: relative;
    color: black;
}
.athlete-info-wrap-inner{
    width: 100%;
	height: 100%;
    position: relative;
    color: black;
}
.athlete-info{
	max-height: 100%;
	overflow-y: scroll;
    background-color: white;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0.5rem;
}
.athlete-info-wrap-inner-slim .athlete-info{
    padding: 1.75rem;
}
*.disable-scroll{
	overflow-y: hidden;
}
.athletes-list{
    display: flex;
    flex-direction: column;
    align-items: start;
    grid-gap: 1rem;
}
.athlete-new{
    background-color: rgba(57, 107, 181, 1);
    color: white;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    grid-gap: 0.5rem;
}
.athlete-new svg{
    width: 24px;
    height: auto;
}
.athlete-single-group{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
}
.athlete-single{
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    min-width: 150px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0.5rem;
    border: transparent 2px solid;
	user-select: none;
	z-index: 5;
}
.athlete-single.active{
    border: rgba(57, 107, 181, 1) 2px solid;
}
.athlete-single > *{
    padding: 0.35rem;
}
.remove-athlete{
    color: rgba(155, 3, 3, 1);
}
.remove-athlete svg{
    width: 18px;
    height: auto;
}
.target-personal-info-right{
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.navigation-button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-button svg{
    width: 28px;
    height: auto;
}
.timer{
    position: absolute;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-width: 120px;
    transform: translate(-100%, -100%);
	z-index: 16;
	background-color: white;
}
.timer-time{
    font-size: 13px;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    background-color: white;
    text-align: center;
    font-family: monospace;
}
.timer .button-group{
    margin-top: -0.5rem;
}
.button-group{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 0.5rem;
    overflow: hidden;
}
.button-group-2-cols{
    grid-column: span 2 / span 2;
}
.button-group > *{
    background-color: rgba(57, 107, 181, 1);
    overflow: hidden;
    color: white;
    padding: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    grid-gap: 0.5rem;
    font-weight: 700;
    font-size: 12px;
    transition: background-color 0.25s;
}
.button-group > *.disabled{
    background-color: rgba(57, 107, 181, 0.65);
}
.shot-info-table th{
    text-align: left;
}
.shot-info-table {
   font-size:12px;
}
.settings-fieldset .settings-fieldset-wrap{
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.4s;
    margin-left: 2rem;
}
.settings-fieldset.active .settings-fieldset-wrap{
    grid-template-rows: 1fr;
}
.settings-fieldset .settings-fieldset-wrap .settings-fieldset-inner{
    overflow-y: hidden;
}
.fieldset-trigger{
    display: flex;
    grid-gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.fieldset-trigger svg{
    width: 1.25rem;
    height: auto;
    transition: 0.2s 0.2s;
}
.settings-fieldset.active .fieldset-trigger svg{
    transform: rotate(180deg);
}
.tooltip-modal{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -100%);
    width: max-content;
    z-index: 35;
}
.remove-entry{
    overflow: hidden;
    background-color: #c01e1e;
    color: white;
    padding: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    grid-gap: 0.5rem;
    font-weight: 700;
    font-size: 13px;
}
.remove-entry svg{
    width: 13px;
    height: auto;
}
.entry-bar{
    padding: 0.75rem 0.75rem;
    margin:  0 -0.5rem;
    background-color: rgba(57, 107, 181, 1);
    color: white;
    font-weight: 700;
    font-size: 12px;
    position: relative
}
@media (orientation: landscape) and (max-width: 1023px) {
    .entry-bar{
        font-size: 10px;
    }
}
.entry-bar-inner{
    display: flex;
    grid-gap: 1rem;
    align-items: start;
    flex-wrap: wrap;
}
.entry-bar-inner > *{
    flex-shrink: 0;
}
.entry-bar-inner > .note-wrap{
    flex-grow: 1;
    max-width: 100%;
}
.wind-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: .5rem;
    position: relative;
}
@media (orientation: landscape) and (max-width: 1023px) {
    .wind-wrap{
        max-width: 100px;
    }
}
.wind-transform-flag{
    transform-origin: center 10%;
}
.wind-icon{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    transition: 0.3s;
}
.wind-icon.reversed{
    transform: scaleX(-1);
}
.wind-flag{
    width: 44px;
    height: auto;
}
.wind-flag g{
    transition: 0.3s;
}
.wind-level {
    -webkit-appearance: none; /* Remove default styling in WebKit browsers */
    appearance: none;
    width: 100%; /* Full width */
    height: 8px; /* Height of the track */
    background: rgba(0,0,0,0.2); /* Color of the track */
    outline: none; /* Remove outline */
    max-width: 120px;
}

/* Custom styles for the thumb (draggable button) */
.wind-level::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default styling in WebKit browsers */
    appearance: none;
    width: 16px; /* Width of the thumb */
    height: 16px; /* Height of the thumb */
    background: white; /* Color of the thumb */
    cursor: pointer; /* Pointer cursor on hover */
    border-radius: 50% 0 50% 50%; /* Make it circular */
    transform: rotate(-45deg);
}

.wind-level::-moz-range-thumb {
    width: 16px; /* Width of the thumb */
    height: 16px; /* Height of the thumb */
    background: white; /* Color of the thumb */
    cursor: pointer; /* Pointer cursor on hover */
    border-radius: 50% 0 50% 50%; /* Make it circular */
    transform: rotate(-45deg);
}
.position-selection-wrap{
    display: flex;
    grid-gap: 0.5rem;
    margin-top: 0.25rem;
}
@media (orientation: landscape) and (max-width: 1023px) {
    .position-selection-wrap{
        flex-direction: column-reverse;
    }
}
.position-selection{
    aspect-ratio: 1;
    background-color: rgba(255,255,255,0.1);
    padding: 0.25rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    outline: 0px solid transparent;
    transition: 0.25s;
}
.position-selection.active{
    outline: 2px solid white;
}
.correction-block{
    display: flex;
    margin: 0.25rem 0;
    width: 112px;
}
@media (orientation: landscape) and (max-width: 1023px) {
    .correction-block{
        width: 90px;
    }
}
.correction-block-button{
    aspect-ratio: 1;
    background-color: rgba(255,255,255,0.1);
    padding: 0.25rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.correction-block-button svg{
    width: 1.125rem;
    height: auto;
}
.correction-block-result{
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2px;
}
.correction-block-result svg{
    width: 0.75rem;
    height: auto;
}
.note-section{
    margin-top: 0.25rem;
}
.note-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 400;
    font-size: 11px;
}
.note-textarea{
    min-height: 40svh;
}
.event-single{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    min-width: 150px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0.5rem;
    border: transparent 2px solid;
    user-select: none;
    z-index: 5;
}
.event-single > *{
    padding: 0.35rem;
}
.event-date{
    font-size: 0.7rem;
    font-weight: 400;
}
.event-single.active {
    border: rgba(57, 107, 181, 1) 2px solid;
}
.edit-event-icon, .duplicate-event, .singleshare-event{
    color: rgba(57, 107, 181, 1);
}
@font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Regular'), url('../Fonts/OpenSans-Regular.ttf');
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans'), url('../Fonts/OpenSans-Regular.ttf');
}


@font-face {
    font-family: 'Open Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Italic'), url('../Fonts/OpenSans-Italic.ttf');
}


@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Light'), url('../Fonts/OpenSans-Light.ttf');
}


@font-face {
    font-family: 'Open Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Light Italic'), url('../Fonts/OpenSans-LightItalic.ttf');
}


@font-face {
    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans SemiBold'), url('../Fonts/OpenSans-SemiBold.ttf');
}


@font-face {
    font-family: 'Open Sans SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans SemiBold Italic'), url('../Fonts/OpenSans-SemiBoldItalic.ttf');
}


@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Bold'), url('../Fonts/OpenSans-Bold.ttf');
}


@font-face {
    font-family: 'Open Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Bold Italic'), url('../Fonts/OpenSans-BoldItalic.ttf');
}


@font-face {
    font-family: 'Open Sans ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans ExtraBold'), url('../Fonts/OpenSans-ExtraBold.ttf');
}


@font-face {
    font-family: 'Open Sans ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans ExtraBold Italic'), url('../Fonts/OpenSans-ExtraBoldItalic.ttf');
}


@font-face {
    font-family: 'Open Sans Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Light Regular'), url('../Fonts/OpenSans-Light-webfont.ttf');
}


@font-face {
    font-family: 'Open Sans Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Condensed Bold'), url('../Fonts/OpenSans-CondBold.ttf');
}
