﻿/* Quicksand Light */
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/quicksand/Quicksand-Light.ttf') format('truetype');
}

/* Quicksand Regular */
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quicksand/Quicksand-Regular.ttf') format('truetype');
}

/* Quicksand Medium */
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/quicksand/Quicksand-Medium.ttf') format('truetype');
}

/* Quicksand SemiBold */
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/quicksand/Quicksand-SemiBold.ttf') format('truetype');
}

/* Quicksand Bold */
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/quicksand/Quicksand-Bold.ttf') format('truetype');
}
