@import url('styles.css');

@font-face {
    font-family: 'digital_displayregular';
    src: url('fonts/digtl.eot');
    src: url('fonts/digtl.eot?#iefix') format('embedded-opentype'),
        url('fonts/digtl.woff2') format('woff2'),
        url('fonts/digtl.woff') format('woff'),
        url('fonts/digtl.ttf') format('truetype'),
        url('fonts/digtl.svg#digital_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Kh-Battambang";
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/battambang.woff2") format("truetype");
}

.btn {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: white;
    cursor: pointer
}

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span {
    font-family: Kh-Battambang;
}

html[lang=ca] :not(.fa){
    font-family: Kh-Battambang;
    word-wrap: break-word
}