﻿@font-face {
    font-family: 'Khmer MEF1';
    src: url('../fonts/KhmerMEF1.eot') format('embedded-opentype'), url('/Content/Fonts/KhmerMEF1.woff2') format('woff2'), url('/Content/Fonts/KhmerMEF1.woff') format('woff'), url('/Content/Fonts/KhmerMEF1.ttf') format('truetype'), url('/Content/Fonts/KhmerMEF1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Khmer MEF2';
    src: url('/Content/Fonts/KhmerMEF2.eot') format('embedded-opentype'), url('/Content/Fonts/KhmerMEF2.woff2') format('woff2'), url('/Content/Fonts/KhmerMEF2.woff') format('woff'), url('/Content/Fonts/KhmerMEF2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

body {
    font-family: 'Inter', 'Suwannaphum', Hanuman, Kh-Battambang, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf4 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
