:root{
    --button-color: #241775;
    --button-bg: #FFC845;
}
@font-face {
    font-family: 'SVN Gilroy';
    src: url('./font/SVN-Gilroy\ Thin.otf') format('opentype');
    font-weight: 100; /* thin */
    font-style: normal;
}
@font-face {
    font-family: 'SVN Gilroy';
    src: url('./font/SVN-Gilroy\ Light.otf') format('opentype');
    font-weight: 200; /* light */
    font-style: normal;
}
@font-face {
    font-family: 'SVN Gilroy';
    src: url('./font/SVN-Gilroy\ Regular.otf') format('opentype');
    font-weight: 400; /* regular */
    font-style: normal;
}
@font-face {
    font-family: 'SVN Gilroy';
    src: url('./font/SVN-Gilroy\ Medium.otf') format('opentype');
    font-weight: 500; /* medium */
    font-style: normal;
}
@font-face {
    font-family: 'SVN Gilroy';
    src: url('./font/SVN-Gilroy\ SemiBold.otf') format('opentype');
    font-weight: 600; /* semibold */
    font-style: normal;
}
@font-face {
    font-family: 'SVN Gilroy';
    src: url('./font/SVN-Gilroy\ Bold.otf') format('opentype');
    font-weight: 700; /* bold */
    font-style: normal;
}
@font-face {
    font-family: 'SVN Gilroy';
    src: url('./font/SVN-Gilroy\ XBold.otf') format('opentype');
    font-weight: 800; /* xbold */
    font-style: normal;
}
@font-face {
    font-family: 'SVN Gilroy';
    src: url('./font/SVN-Gilroy\ Black.otf') format('opentype');
    font-weight: 900; /* black */
    font-style: normal;
}
body {
    font-family: 'SVN Gilroy', sans-serif ; /* Sử dụng font chung */
}
body,.page{
    margin-bottom: 0;
}
ul,ol{
    margin: 0;
}
.icon-box{
    display: flex;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
 button, input, select, optgroup, textarea{
    font-family: 'SVN Gilroy', sans-serif ; /* Sử dụng font chung */

}