/* @font-face {
  font-display: swap; 
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 900; Black
 src: url('http://localhost:3000/static/font/Commissioner-Black.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 700; Bold
 src: url('http://localhost:3000/static/font/Commissioner-Bold.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 800; ExtraBold
 src: url('http://localhost:3000/static/font/Commissioner-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 200; ExtraLight
 src: url('http://localhost:3000/static/font/Commissioner-ExtraLight.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 300; Light
 src: url('http://localhost:3000/static/font/Commissioner-Light.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 500; Medium
 src: url('http://localhost:3000/static/font/Commissioner-Medium.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400; Regular
 src: url('http://localhost:3000/static/font/Commissioner-Regular.woff2') format('woff2');
} */



  
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --fontname: "Open Sans";
}

/*Pacifico*/
/*Comfortaa*/
/*Roboto*/


/* Бүх элементүүдийн доторх текстийн фонтыг нэгтгэ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
select,
textarea,
button {
    font-family: var(--fontname), serif; 
}
input[type="text"]
{
    font-family: var(--fontname), serif;
}
input[type="submit"]
{
    font-family: var(--fontname), serif;
}
input[type="button"]
{
    font-family: var(--fontname), serif;
}
a:link, a:visited {
    font-family: var(--fontname), serif;
}
